-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 985 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 985 Bytes
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
{
"name": "brainstore",
"description": "RESTful server api for BrainStore",
"version": "0.0.1",
"scripts": {
"start": "node app/index.js"
},
"private": true,
"dependencies": {
"body-parser": "~1.2.0",
"express": "~4.3.0",
"gcs-signed-urls": "^1.0.2",
"keypair": "~1.0.0",
"log4js": "~0.6.16",
"mandrill-api": "~1.0.40",
"method-override": "~1.0.2",
"mongodb": "~1.4.5",
"mongoose": "~3.8.13",
"multipart": "~0.1.5",
"nodemailer": "~0.6.3",
"socket.io": "^1.1.0"
},
"devDependencies": {
"gulp-concat": "~2.2.0",
"gulp-clean": "~0.2.4",
"gulp-replace": "~0.3.0",
"gulp-plumber": "~0.6.1",
"gulp-coffee": "~1.4.3",
"gulp-shell": "~0.2.5",
"gulp-util": "~2.2.14",
"gulp-uglify": "~0.3.0",
"gulp-if": "~1.2.0",
"gulp-notify": "~1.2.5",
"gulp": "~3.6.2",
"gulp-cache": "~0.1.11",
"coffee-script": "~1.7.1",
"gulp-size": "~0.3.1",
"gulp-nodemon": "~1.0.4"
}
}