-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.04 KB
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
{
"name": "@dadi/api-wrapper-core",
"version": "0.0.0-development",
"description": "Core high-level methods for interacting with DADI API",
"main": "index.js",
"scripts": {
"test": "standard 'lib/**/*.js' && env NODE_ENV=test ./node_modules/.bin/nyc --reporter=lcov ./node_modules/mocha/bin/_mocha test && ./node_modules/.bin/nyc report",
"posttest": "./scripts/coverage.js && make"
},
"author": "Eduardo Boucas <mail@eduardoboucas.com>",
"license": "GPL",
"dependencies": {
"query-string": "5.0.1",
"url-parse": "1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dadi/api-wrapper-core.git"
},
"bugs": {
"url": "https://github.com/dadi/api-wrapper/issues"
},
"homepage": "https://github.com/dadi/api-wrapper-core",
"devDependencies": {
"coveralls": "^3.0.3",
"mocha": "^2.5.3",
"mockery": "^1.7.0",
"nock": "^8.0.0",
"nyc": "^14.1.0",
"should": "^9.0.2",
"sinon": "^1.17.4",
"standard": "*",
"supertest": "^1.2.0",
"underscore": "^1.8.3"
}
}