-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "rajaongkir-nodejs",
"version": "0.2.0",
"description": "NodeJS Client Library API RajaOngkir",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 100000 --reporter spec --bail --check-leaks test",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --timeout 100000 --report lcovonly -- --reporter spec --check-leaks",
"test-local": "istanbul cover ./node_modules/mocha/bin/_mocha test/pro --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andhikamaheva/rajaongkir-nodejs.git"
},
"keywords": [
"rajaongkir",
"api",
"rajaongkir",
"nodejs",
"jne",
"api",
"pos",
"tiki",
"api"
],
"author": "Andhika Maheva Wicaksono <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andhikamaheva/rajaongkir-nodejs/issues"
},
"homepage": "https://github.com/andhikamaheva/rajaongkir-nodejs#readme",
"devDependencies": {
"assert": "^1.4.1",
"chai": "^4.1.1",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.0.14",
"standard": "^12.0.1",
"vows": "^0.8.1"
},
"dependencies": {
"fs": "0.0.1-security",
"http": "0.0.0",
"promise": "^8.0.1",
"querystring": "^0.2.0",
"request": "^2.81.0"
}
}