-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 894 Bytes
/
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
{
"name": "kii-gateway-agent",
"version": "0.0.12",
"private": false,
"description": "a nodejs kii gateway agent module",
"main": "lib/index.js",
"dependencies": {
"expect.js": "0.3.1",
"lowdb": "0.14.0",
"q": "1.4.1",
"request": "2.79.0"
},
"scripts": {
"pretest": "tsc && tsc test/*test.ts --module commonjs",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonardean/kii-gateway-agent.git"
},
"keywords": [
"kii"
],
"author": "leon",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonardean/kii-gateway-agent/issues"
},
"homepage": "https://github.com/leonardean/kii-gateway-agent#readme",
"devDependencies": {
"@types/mocha": "^2.2.38",
"@types/node": "^7.0.0",
"mocha": "^3.2.0",
"typescript": "^2.1.5"
},
"directories": {
"test": "test"
}
}