-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1021 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
41
42
43
{
"name": "pingstatus",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com:kurtkanaskie/pingstatus-v1.git"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"apigeelint": "node ./node_modules/apigeelint/cli.js -s ./apiproxy -f table -e PO003,CC004,TD002",
"unit": "node ./node_modules/mocha/bin/mocha test/unit",
"integration": "node ./node_modules/cucumber/bin/cucumber.js target/test/integration/features"
},
"devDependencies": {
"apickli": "^1.7.0",
"apigeelint": "0.4.6",
"bluebird": "^3.3.5",
"chai": "^3",
"chai-fuzzy": "^1",
"cucumber": "^1.0.0",
"mocha": "^6.0.0",
"prettyjson": "^1.1.3",
"sinon": "^1",
"bl": ">=2.2.1"
},
"jshintConfig": {
"predef": [
"console",
"context"
],
"curly": true,
"eqeqeq": true,
"forin": true,
"undef": true,
"latedef": true,
"noempty": true,
"nonew": true,
"unused": true
},
"dependencies": {
"tmp": "^0.1.0"
}
}