-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "oada-converters",
"version": "0.0.0",
"description": "Converters to/from various formats",
"main": "index.js",
"scripts": {
"test": "mocha -w",
"cover": "istanbul cover _mocha",
"lint": "jshint --reporter node_modules/jshint-stylish/stylish.js .",
"style": "jscs .",
"clean": "rm -rf ./coverage"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/OADA/oada-converters.git"
},
"keywords": [
"oada"
],
"author": {
"name": "Aaron Ault",
"email": "[email protected]",
"url": "http://openag.io"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OADA/oada-converters/issues"
},
"homepage": "https://github.com/OADA/oada-converters",
"devDependencies": {
"chai": "^2.2.0",
"gulp": "^3.8.11",
"gulp-jscs": "^1.5.2",
"gulp-jshint": "^1.10.0",
"istanbul": "^0.3.13",
"jscs": "^1.12.0",
"jshint": "^2.7.0",
"jshint-stylish": "^1.0.1",
"mocha": "^2.2.4"
}
}