-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 981 Bytes
/
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
{
"name": "doodad-ui",
"version": "0.3.1",
"description": "",
"engines": {
"node": "0.10.x",
"npm": "1.x.x"
},
"dependencies": {},
"devDependencies": {
"backbone": "1.x.0",
"browserify": "2.x.x",
"coffeeify": "0.5.x",
"coffee-script": "1.x.x",
"jade": "~0.35.0",
"mocha": "*",
"should": "*",
"spin": "*",
"sqwish": "0.2.x",
"uglify-js": "2.x.x",
"walker": "1.0.3",
"marked": "~0.3.0",
"shiny": "https://github.com/alecperkins/sass-shiny/tarball/v0.9.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "git://github.com/marquee/doodad.git"
},
"author": "Alec Perkins <[email protected]>",
"license": {
"type": "Unlicense",
"url": "https://raw.github.com/marquee/doodad/master/LICENSE"
},
"contributors": [
{
"name": "Alec Perkins",
"email": "[email protected]"
}
]
}