-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
90 lines (90 loc) · 1.7 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
87
88
89
90
{
"name": "buildr",
"version": "0.8.7",
"description": "The (Java|Coffee)Script and (CSS|Less) (Builder|Bundler|Packer|Minifier|Merger|Checker)",
"homepage": "https://github.com/balupton/buildr.npm",
"keywords": [
"javascript",
"coffee",
"lesscss",
"less",
"css",
"builder",
"package",
"compile",
"compress",
"minify",
"bundle",
"merge",
"lint"
],
"author": {
"name": "Benjamin Lupton",
"email": "[email protected]",
"web": "http://balupton.com"
},
"maintainers": [
{
"name": "Benjamin Lupton",
"email": "[email protected]",
"web": "http://balupton.com"
},
{
"name": "Brandon Ramirez",
"email": "[email protected]",
"web": "http://www.brandonsramirez.com/"
}
],
"contributors": [
{
"name": "Benjamin Lupton",
"email": "[email protected]",
"web": "http://balupton.com"
},
{
"name": "Brandon Ramirez",
"email": "[email protected]",
"web": "http://www.brandonsramirez.com/"
}
],
"bugs": {
"web": "https://github.com/balupton/buildr.npm/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/balupton/buildr.npm.git"
},
"dependencies": {
"less": "1.3.x",
"coffee-script": "1.4.x",
"bal-util": "1.x",
"jshint": "0.9.x",
"csslint": "0.9.x",
"uglify-js": "1.3.x",
"pulverizr": "0.7.x",
"cson": ">=1.4",
"watch-tree-maintained": "0.1.x",
"caterpillar": "1.x",
"optimist": ">=0.3",
"rimraf": "2.1.4"
},
"engines" : {
"node": ">=0.4.0"
},
"scripts": {
"prepublish": "cake clean build"
},
"directories": {
"lib": "lib"
},
"bin": {
"buildr": "./bin/buildr.js"
},
"main": "./lib/buildr.js"
}