forked from chr0n1x/singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 709 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 709 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
{
"name": "singularity",
"description": "Singularity Server",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "~4.0",
"body-parser": "~1.1.2",
"github": ">=0.1.5",
"mongodb": "1.3.19",
"mongojs": ">=0.4.3",
"request": ">=2.9.203",
"node-uuid": ">=1.3.3",
"async": ">=0.1.22",
"winston": ">=0.6.2",
"range_check": "0.0.4"
},
"devDependencies": {
"grunt-cli": "~0.1.9",
"grunt": "0.4.2",
"grunt-contrib-jshint": "~0.10",
"grunt-jscs-checker": "0.4.2",
"grunt-mocha-test": "~0.10.2",
"mocha": "~1.18.2",
"chai": "~1.9",
"sinon": "~1.9.1",
"sinon-chai": "~2.5"
}
}