forked from bevry-archive/buildr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.35 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
{
"name": "buildr",
"version": "0.7.0",
"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"
}
],
"contributors": [
{
"name": "Benjamin Lupton",
"email": "[email protected]",
"web": "http://balupton.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-bal": "=1.1.4",
"coffee-script": "=1.1.1",
"bal-util": "=0.5",
"jshint": "=0.2.3",
"csslint": "=0.4.0",
"uglify-js": "=1.0.6",
"pulverizr-bal": "=0.5.4",
"cson": "=0.2.0",
"watch-tree": "=0.1.1"
},
"engines" : {
"node": ">=0.4.0"
},
"directories": {
"lib": "lib"
},
"bin": {
"buildr": "./bin/buildr.coffee"
},
"main": "./lib/buildr.coffee"
}