-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.17 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": "application-name",
"version": "0.0.1",
"private": true,
"maintainers": [
{
"name": "Kevin Mulvey",
"web": "http://kevinmulvey.net"
},
{
"name": "Joseph Li"
}
],
"contributors": ["Kevin Mulvey", "Joseph Li"],
"licenses": [
{
"type": "Apache License version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": "https://github.com/kmulvey/rackspace-dns-gui/issues"
},
"repository": {
"type": "git",
"url": "https://[email protected]/kmulvey/rackspace-dns-gui.git"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"express": "2.5.2",
"less": ">= 1.2.2",
"jade": ">= 0.20.3",
"step": ">= 0.0.5",
"mysql": ">= 2.0.0-alpha3",
"nodemailer" : ">= 0.3.14",
"jshint" : ">=0.6.1",
"vows" : "0.6.2",
"assert": "0.4.9",
"connect": "1.9.2"
},
"scripts": {
"test": "vows lib/test/* --spec",
"build": "make lint && make lint-package-json"
}
}