-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 841 Bytes
/
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
{
"name": "operation",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "~0.9.0",
"cloudinary": "^1.0.12",
"deasync": "0.0.10",
"dotenv": "~0.4.0",
"express-handlebars": "~1.1.0",
"handlebars": "~2.0.0",
"keystone": "~0.2.40",
"keystone-rest": "^0.5.0",
"moment": "~2.8.1",
"mongoose": "~3.8.19",
"mssql": "^1.3.0",
"socket.io": "^1.3.4",
"underscore": "~1.7.0",
"wkhtmltopdf": "~0.1.5",
"jasmine-node": "~1.14.5",
"grunt-contrib-jasmine": "~0.8.2",
"jasmine-jquery": "~2.0.6",
"mkdirp": "~0.5.0",
"mongo-utils": "~0.4.5",
"coffee-script": "~1.9.1"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node keystone.js",
"test": "grunt jasmine --verbose"
},
"main": "keystone.js"
}