-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
53 lines (53 loc) · 1003 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
44
45
46
47
48
49
50
51
52
53
{
"name": "flour",
"version": "0.5.8",
"description": "Javascript build tools based on coffee-script & cake",
"main": "index.js",
"dependencies": {
"colors": "*",
"glob": "*",
"queue-async": "~1",
"gaze": "~0.3.4"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"uglify-js": ">2.0",
"jshint": "*",
"coffee-script": "*",
"less": "*",
"stylus": "*",
"nib": "*",
"csso": "*",
"handlebars": "*",
"require-tree": "*",
"marked": ">=0.3.18"
},
"repository": {
"type": "git",
"url": "git://github.com/ricardobeat/cake-flour.git"
},
"keywords": [
"cakefile",
"cake",
"task",
"build",
"bundle",
"tools",
"watch",
"compile",
"coffee-script",
"minify",
"uglify",
"grunt",
"assets",
"make",
"jake",
"async"
],
"scripts": {
"test": "mocha"
},
"author": "Ricardo Tomasi <[email protected]>",
"license": "MIT (ricardo.mit-license.org)"
}