-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "reporting-api-client",
"version": "0.9.0",
"description": "Avocarrot reporting API client for ",
"author": "Glispa",
"license": "MIT",
"directories": {
"docs": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/Avocarrot/reporting-api-client.git"
},
"dependencies": {
"core-js": "^2.4.1",
"jquery-param": "^0.2.0",
"promise": "^7.1.1",
"xhr": "^2.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"jsdoc": "^3.4.3",
"jshint": "^2.9.4",
"mocha": "^3.3.0",
"sinon": "^2.2.0"
},
"main": "index",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"pretest": "jshint index.js tests/**",
"test": "find ./tests -name '*.spec.js' | xargs mocha",
"cov": "find ./tests -name '*.spec.js' | xargs istanbul cover _mocha",
"cov:thresdhold": "istanbul check-coverage",
"docs": "find index.js | xargs jsdoc --configure jsdoc.json --readme README.md --recurse"
},
"bugs": {
"url": "https://github.com/Avocarrot/reporting-api-client/issues"
}
}