-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.01 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
{
"name": "zaim",
"version": "2.2.0",
"author": "Shintaro Katafuchi",
"readmeFilename": "README.md",
"description": "Node.js library for the Zaim API.",
"main": "./lib/zaim.js",
"types": "./lib/zaim.d.ts",
"homepage": "http://hotchemi.github.io/zaim.js/",
"keywords": [
"Zaim",
"Library",
"Money"
],
"scripts": {
"build": "tsc",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/hotchemi/zaim.js.git"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"oauth": "*"
},
"devDependencies": {
"@types/node": "^11.9.5",
"coveralls": "*",
"expect.js": "*",
"jscoverage": "0.3.6",
"mocha": "*",
"mocha-lcov-reporter": "0.0.1",
"node": "^11.10.0",
"readline-sync": "^1.4.9",
"typescript": "^3.3.3333"
},
"bugs": {
"url": "https://github.com/hotchemi/zaim.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hotchemi/zaim.js/blob/master/LICENSE"
}
]
}