-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 967 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
37
38
39
40
{
"name": "aragonite",
"version": "0.0.1",
"description": "Self-hosted cross-platform testing solution.",
"main": "Aragonite.js",
"bin": {
"aragonite": "./bin/aragonite.js"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rweda/aragonite.git"
},
"author": "Ryan Leonard (https://ryanleonard.us)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rweda/aragonite/issues"
},
"homepage": "https://github.com/rweda/aragonite#readme",
"devDependencies": {
"bluebird": "^3.4.7",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"event-to-promise": "^0.7.0",
"fs.extra": "^1.3.2",
"mocha": "^3.2.0",
"socket.io-client": "^1.7.2",
"tmp": "0.0.31"
},
"dependencies": {
"child-process-promise": "^2.2.0",
"commander": "^2.9.0",
"express": "^4.14.0",
"multer": "^1.2.1",
"shortid": "^2.2.6",
"socket.io": "^1.7.2"
}
}