-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
96 lines (96 loc) · 2.24 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "abao",
"version": "0.5.3",
"description": "RAML testing tool",
"bin": "bin/abao",
"main": "lib/index.js",
"scripts": {
"git-cz": "git-cz",
"precommit": "npm test",
"prepush": "npm test",
"test": "grunt test"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"yargs": {
"camel-case-expansion": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/cybertk/abao.git"
},
"keywords": [
"api",
"test",
"testing",
"documentation",
"integration",
"acceptance",
"RAML",
"automated"
],
"author": "Quanlong",
"contributors": [
"P. Roebuck (https://github.com/plroebuck/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cybertk/abao/issues/"
},
"homepage": "https://github.com/cybertk/abao/",
"directories": {
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"async": "^2.0.1",
"chai": "~3.5.0",
"coffee-errors": "^0.8.6",
"coffee-script": "1.12.7",
"csonschema": "^0.5.1",
"glob": "^7.0.6",
"lodash": "^4.16.4",
"mocha": "~5.0.4",
"mustache": "~2.3.0",
"proxyquire": "^2.0.0",
"raml-parser": "^0.8.18",
"request": "^2.85.0",
"source-map-support": "^0.5.4",
"tv4": "^1.2.7",
"underscore": "^1.8.3",
"yargs": "^16.2.0"
},
"devDependencies": {
"coffeelint-use-strict": "^1.0.0",
"commitizen": "^2.9.6",
"coveralls": "^2.11.14",
"cz-conventional-changelog": "^2.1.0",
"express": "^4.12.0",
"grunt": "^0.4.5",
"grunt-cli": "~1.2.0",
"grunt-coffeecov": "git+https://github.com/plroebuck/grunt-coffeecov.git",
"grunt-coffeelint": "^0.0.16",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-markdownlint": "^1.1.1",
"grunt-mocha-test": "~0.13.2",
"grunt-shell": "^2.0.0",
"husky": "^0.14.3",
"load-grunt-config": "^0.19.2",
"markdownlint": "^0.8.0",
"mocha-phantom-coverage-reporter": "^0.1.0",
"mute": "^1.0.0",
"nock": "~9.1.6",
"sinon": "~4.1.6",
"sinon-chai": "^2.14.0",
"time-grunt": "~1.4.0"
},
"engines": {
"node": ">= 4.8.7",
"npm": ">= 2.15.11"
}
}