forked from jescalan/roots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 1.94 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "roots",
"version": "2.1.2",
"license": "MIT",
"description": "roots is a toolbox for building simple, beautiful, and efficient products for the web",
"keywords": [
"front-end",
"development",
"css",
"build",
"library",
"tool"
],
"homepage": "http://roots.cx",
"bugs": "https://github.com/jenius/roots/issues",
"author": "Jeff Escalante",
"main": "lib",
"bin": {
"roots": "bin/roots"
},
"repository": {
"type": "git",
"url": "git://github.com/jenius/roots.git"
},
"dependencies": {
"async": "0.2.x",
"when": "2.x.x",
"shelljs": "0.2.x",
"minimatch": "0.2.x",
"underscore": "1.5.x",
"colors": "0.6.x",
"monocle": "1.1.x",
"readdirp": "0.3.x",
"mkdirp": "0.3.x",
"optimist": "0.6.x",
"js-yaml": "2.1.x",
"update-notifier": "0.1.x",
"connect": "2.x.x",
"express": "3.x.x",
"open": "0.0.x",
"faye-websocket": "0.7.x",
"transformers": "git://github.com/roots-dev/transformers.git",
"jade": "0.35.x",
"ejs": "0.8.x",
"eco": "1.x.x",
"hogan.js": "2.0.x",
"haml-coffee": "1.13.x",
"stylus": "0.38.x",
"node-sass": "0.6.x",
"less": "1.4.x",
"coffee-script": "1.6.x",
"dogescript": "1.2.x",
"snockets": "1.3.x",
"clean-css": "2.x.x",
"uglify-js": "2.4.x",
"html-minifier": "0.5.x",
"axis-css": "0.0.x",
"autoprefixer-stylus": "0.0.2",
"nib": "1.0.x",
"marked": "0.2.x",
"bower": "1.2.x",
"cli-js": "0.0.x",
"copy-paste": "0.1.x",
"prettyjson": "0.9.x",
"ftp": "0.3.x",
"semver": "2.x.x",
"configstore": "0.1.x",
"osenv": "0.0.x",
"moment": "2.4.x",
"underscore.string": "2.x.x",
"haml": "0.4.x",
"infestor": "~0.2.0"
},
"devDependencies": {
"mocha": "latest",
"should": "latest"
},
"man": "./man/roots.1",
"engines": {
"node": ">=0.8.0"
},
"preferGlobal": true,
"scripts": {
"test": "mocha"
}
}