-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 913 Bytes
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": "node-rad",
"version": "0.0.1",
"scripts": {
"start": "nodemon app.js"
},
"author": "klaasvaak",
"repository": {
"type": "git",
"url": "https://github.com/Klaasvaak/nodeRAD"
},
"licenses": [
{
"type": "LPGL",
"url": "https://github.com/Klaasvaak/nodeRAD/blob/master/LICENSE"
}
],
"main": "./index.js",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"description": "",
"bugs": {
"url": "https://github.com/Klaasvaak/nodeRAD/issues"
},
"homepage": "https://github.com/Klaasvaak/nodeRAD",
"directories": {
"test": "test"
},
"dependencies": {
"async": "~0.2.9",
"mysql": "~2.0.0-alpha9",
"squel": "~1.2.1",
"commander": "1.3.2",
"mkdirp": "0.3.5",
"ncp": "0.5.0",
"nconf": "0.6.9"
},
"keywords": [
"RAD"
],
"bin": {
"node-rad": "./bin/node-rad"
},
"license": "LPGL"
}