-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.12 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
50
51
{
"name": "nudgepad",
"version": "0.1.3125",
"description": "Build websites in your browser.",
"repository": "git://github.com/nudgepad/nudgepad",
"main": "nudgepad.js",
"bin" : {
"nudgepad" : "system/nudgepad.sh",
"np" : "system/nudgepad.sh"
},
"dependencies": {
"space": ">=0.1.1",
"spacefs": ">=0.1.1",
"scraps": ">=0.1.1",
"socket.io": ">=0.1.1",
"express": ">=0.1.1",
"superagent": ">=0.1.1",
"imagemagick": ">=0.1.1",
"underscore": ">=0.1.1",
"cookie": ">=0.0.1",
"moment": ">=0.1.1",
"nodemailer": ">=0.1.1",
"request": ">=0.1.1",
"wrench": ">=0.1.1",
"async": ">=0.1.1",
"marked": ">=0.1.1",
"jquery": ">=0.1.1",
"utile": ">=0.1.1",
"http-proxy": "=0.10.1",
"commander": ">=0.1.1"
},
"keywords": [
"scraps",
"space",
"nudgepad",
"template",
"html"
],
"engines" : { "node" : ">=0.8.1 <0.10.0" },
"license": "MIT",
"contributors": [
{
"name": "Breck Yunits",
"email": "[email protected]"
},
{
"name": "Ben Zulauf",
"email": "[email protected]"
}
]
}