-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mementos",
"version": "0.0.1",
"description": "Create and share moments as a narrative",
"engine": "node 0.10.x",
"main": "index.js",
"scripts": {
"test": "gulp test",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/supertitanoboa/mementos.git"
},
"keywords": [
"memento",
"moment",
"narrative"
],
"author": "supertitanoboa",
"bugs": {
"url": "https://github.com/supertitanoboa/mementos/issues"
},
"homepage": "https://github.com/supertitanoboa/mementos",
"devDependencies": {
"chai": "^2.0.0",
"dot-env": "0.0.1",
"dotenv": "^0.5.1",
"gulp": "^3.8.11",
"gulp-exit": "0.0.2",
"gulp-jshint": "^1.9.2",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.5",
"gulp-shell": "^0.3.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"supertest": "^0.15.0",
"supertest-session": "0.0.7"
},
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.13",
"bcrypt": "^0.8.1",
"bluebird": "^2.9.12",
"body-parser": "^1.12.0",
"bookshelf": "^0.7.9",
"connect-redis": "^2.2.0",
"cookie-parser": "^1.3.4",
"cors": "^2.5.3",
"dotenv": "^0.5.1",
"express": "^4.11.2",
"express-session": "^1.10.3",
"knex": "^0.7.3",
"moment": "^2.9.0",
"morgan": "^1.5.1",
"node-schedule": "^0.2.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"pg": "^4.2.0",
"redis": "^0.12.1",
"socket.io": "^1.3.4",
"uuid": "^2.0.1",
"valid-email": "0.0.2"
}
}