-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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": "proto-cli",
"version": "2.0.0",
"description": "A front-end web prototyping tool, combining markup, style, and script into a served, rendered page.",
"main": "bin/proto",
"scripts": {
"prepublish": "cake build",
"start": "./node_modules/.bin/coffee viewer/app.coffee"
},
"engines": {
"node": "4.x.x"
},
"dependencies": {
"cli": "~0.4.5",
"coffee-react-transform": "^4.0.0",
"coffee-script": "~1.7.1",
"markdown": "~0.5.0",
"mime": "^1.3.4",
"node-sass": "^3.8.0",
"pug": "^0.1.0",
"restler": "~3.2.0",
"simple-git": "^1.38.0",
"walk": "~2.3.1"
},
"bin": {
"proto": "./bin/proto"
},
"repository": {
"type": "git",
"url": "git://github.com/marquee/proto.git"
},
"author": "Alec Perkins <alec@marquee.by>",
"license": {
"type": "Unlicense",
"url": "https://raw.github.com/marquee/proto/master/LICENSE"
},
"contributors": [
{
"name": "Alec Perkins",
"email": "alec@marquee.by"
},
{
"name": "Alex Cabrera",
"email": "alex@marquee.by"
}
]
}