-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
49 lines (49 loc) · 1.03 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "checkbox_test_generation",
"version": "1.0.0",
"description": "",
"main": "main.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha;./node_modules/.bin/istanbul cover test.js",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"archiver": "~0.4.6",
"async": "^2.1.4",
"chai": "^4.1.2",
"cors": "^2.8.4",
"emailjs": "^1.0.8",
"express": "^3.21.2",
"iter-tools": "^1.3.0",
"jade": "^1.11.0",
"json5": "^0.5.1",
"lodash": "^4.17.4",
"marked": "0.3.9",
"mocha": "^3.5.0",
"mongodb": "^2.2.22",
"mongoose": "^4.12.3",
"nock": "^9.2.3",
"randexp": "^0.4.6",
"request": "^2.85.0",
"sinon": "^4.0.1",
"underscore": "^1.8.3",
"validator": "^6.2.1"
},
"devDependencies": {
"esprima": "^3.0.0",
"faker": "^3.1.0",
"istanbul": "^0.4.5",
"microtime": "^2.1.1",
"mock-fs": "^4.4.0",
"random-js": "^1.0.8"
},
"engines": {
"node": "~8.5.0",
"npm": "~5.3.0"
}
}