-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.14 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.14 KB
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
{
"name": "sails_rest_testing_service",
"private": true,
"version": "0.0.0",
"description": "A REST service for collecting JSON-LD based learning objects",
"dependencies": {
"ejs": "^1.0.0",
"grunt": "0.4.5",
"mongodb": "1.4.6",
"node-uuid": "1.4.1",
"optimist": "0.6.1",
"redis": "~0.11.0",
"retry": "0.6.1",
"sails": "~0.9.16",
"sails-disk": "0.9.3",
"sails-mongo": "0.9.8",
"when": "3.2.3"
},
"devDependencies": {
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-yuidoc": "0.5.2",
"grunt-mocha": "0.4.11",
"grunt-mocha-test": "0.11.0",
"chai": "1.9.1",
"mocha": "1.20.1",
"sinon": "1.10.2",
"grunt-debug-task": "0.1.4",
"node-mocks-http": "1.0.4",
"sails": "0.9.16"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "grunt test"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/evilbikes79/sails_rest_testing_service"
},
"author": {
"name": "Alex Bromley",
"e-mail": "alexander.bromley@mheducation.com"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
}
}