-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 893 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 893 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
{
"name": "system-tests",
"version": "0.0.0",
"description": "SystemTests",
"main": "app.js",
"author": {
"name": "Systence Games LTD",
"email": ""
},
"dependencies": {
"@types/express": "4.0.35",
"@types/jade": "0.0.30",
"@types/nconf": "0.0.34",
"@types/q": "1.0.0",
"@types/request": "0.0.43",
"@types/stylus": "0.48.27",
"@types/winston": "2.3.2",
"@types/should": "8.3.0",
"@types/sinon": "2.2.1",
"@types/mocha": "2.2.41",
"@types/node": "^6.0.73",
"express": "4.15.2",
"jade": "1.11.0",
"nconf": "0.8.4",
"q": "1.5.0",
"request": "2.81.0",
"stylus": "0.54.5",
"winston": "2.3.1"
},
"devDependencies": {
"mocha": "3.1.2",
"should": "11.2.1",
"sinon": "2.2.0"
}
}