-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.05 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
{
"name": "fastbill",
"version": "0.0.2",
"description": "This module is an early implementation of some features of the fastbill-api.",
"keywords": [
"node",
"js",
"fastbill",
"api"
],
"bugs": "https://github.com/iiiich/fastbill/issues",
"author": {
"name": "Robert Boeing",
"email": "[email protected]",
"url": "https://github.com/iiiich"
},
"homepage": "https://github.com/iiiich/fastbill",
"repository": {
"type": "git",
"url": "https://github.com/iiiich/fastbill.git"
},
"main": "lib/fastbill.js",
"dependencies": {
"node-rest-client": "~1.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-node-inspector": "~0.1.1",
"grunt-nodemon": "~0.1.1",
"grunt-concurrent": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-open": "~0.2.2",
"grunt-wait": "~0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}