-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 873 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 873 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
{
"name": "grounds-exec",
"description": "Grounds code runner.",
"version": "1.1.0",
"author": "Adrien Folie <folie.adrien@gmail.com>",
"maintainers": [
"foliea <folie.adrien@gmail.com>",
"exadeci <exadeci@gmail.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/grounds/grounds-exec.git"
},
"dependencies": {
"commander": "2.3.x",
"dockerode": "2.0.x",
"moment": "2.8.x",
"newrelic": "1.16.x",
"q": "1.2.x",
"socket.io": "1.1.x",
"validator": "3.28.x"
},
"devDependencies": {
"chai": "2.1.x",
"codeclimate-test-reporter": "0.0.x",
"istanbul": "0.3.x",
"mocha": "1.21.x",
"rewire": "2.1.x",
"sinon": "1.10.x",
"sinon-chai": "2.7.x",
"socket.io-client": "1.1.x"
},
"scripts": {
"test": "./scripts/test.sh"
},
"engines": {
"node": "0.10.x"
}
}