UNPKG

1.19 kBJSONView Raw
1{
2 "name": "buildr",
3 "version": "0.5.5",
4 "description": "The (Java|Coffee)Script and (CSS|Less) (Builder|Bundler|Packer|Minifier|Merger|Checker)",
5 "homepage": "https://github.com/balupton/buildr.npm",
6 "keywords": [
7 "javascript",
8 "builder",
9 "package",
10 "compile",
11 "compress",
12 "minify",
13 "bundle",
14 "merge",
15 "lint"
16 ],
17 "author": {
18 "name": "Benjamin Lupton",
19 "email": "b@lupton.cc",
20 "web": "http://balupton.com"
21 },
22 "maintainers": [
23 {
24 "name": "Benjamin Lupton",
25 "email": "b@lupton.cc",
26 "web": "http://balupton.com"
27 }
28 ],
29 "contributors": [
30 {
31 "name": "Benjamin Lupton",
32 "email": "b@lupton.cc",
33 "web": "http://balupton.com"
34 }
35 ],
36 "bugs": {
37 "web": "https://github.com/balupton/buildr.npm/issues"
38 },
39 "licenses": [
40 {
41 "type": "MIT",
42 "url": "http://creativecommons.org/licenses/MIT/"
43 }
44 ],
45 "repository" : {
46 "type" : "git",
47 "url" : "http://github.com/balupton/buildr.npm.git"
48 },
49 "dependencies": {
50 "less-bal": "1.1",
51 "coffee-script": "1.1",
52 "bal-util": "0.4"
53 },
54 "engines" : {
55 "node": ">=0.4.0"
56 },
57 "directories": {
58 "lib": "lib"
59 },
60 "bin": {
61 "buildr": "./bin/buildr.coffee"
62 },
63 "main": "./lib/buildr.coffee"
64}