forked from marquee/proto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
{
"name": "proto-cli",
"version": "1.3.2",
"description": "A front-end web prototyping tool, combining markup, style, and script into a served, rendered page.",
"main": "bin/proto",
"scripts": {
"postinstall": "coffee ./src/migrate_proto_settings.coffee"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"cli": "0.4.4-2",
"coffee-script": "1.4.0",
"gitjs": "0.0.5-3",
"jade": "0.27.7",
"markdown": "0.4.0",
"nib": "0.9.0",
"stylus": "0.31.0",
"restler": "2.0.1",
"walk": "2.2.1"
},
"bin": {
"proto": "./bin/proto"
},
"repository": {
"type": "git",
"url": "git://github.com/droptype/proto.git"
},
"author": "Alec Perkins <alec@droptype.com>",
"license": {
"type": "Unlicense",
"url": "https://raw.github.com/droptype/proto/master/UNLICENSE"
},
"contributors": [
{
"name": "Alec Perkins",
"email": "alec@droptype.com"
},
{
"name": "Alex Cabrera",
"email": "alex@droptype.com"
}
]
}