UNPKG

1.72 kBJSONView Raw
1{
2 "name": "buildr",
3 "version": "0.8.6",
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 "coffee",
9 "lesscss",
10 "less",
11 "css",
12 "builder",
13 "package",
14 "compile",
15 "compress",
16 "minify",
17 "bundle",
18 "merge",
19 "lint"
20 ],
21 "author": {
22 "name": "Benjamin Lupton",
23 "email": "b@lupton.cc",
24 "web": "http://balupton.com"
25 },
26 "maintainers": [
27 {
28 "name": "Benjamin Lupton",
29 "email": "b@lupton.cc",
30 "web": "http://balupton.com"
31 },
32 {
33 "name": "Brandon Ramirez",
34 "email": "brandon.s.ramirez@gmail.com",
35 "web": "http://www.brandonsramirez.com/"
36 }
37 ],
38 "contributors": [
39 {
40 "name": "Benjamin Lupton",
41 "email": "b@lupton.cc",
42 "web": "http://balupton.com"
43 },
44 {
45 "name": "Brandon Ramirez",
46 "email": "brandon.s.ramirez@gmail.com",
47 "web": "http://www.brandonsramirez.com/"
48 }
49 ],
50 "bugs": {
51 "web": "https://github.com/balupton/buildr.npm/issues"
52 },
53 "licenses": [
54 {
55 "type": "MIT",
56 "url": "http://creativecommons.org/licenses/MIT/"
57 }
58 ],
59 "repository" : {
60 "type" : "git",
61 "url" : "http://github.com/balupton/buildr.npm.git"
62 },
63 "dependencies": {
64 "less": "1.3.x",
65 "coffee-script": "1.4.x",
66 "bal-util": "1.x",
67 "jshint": "0.9.x",
68 "csslint": "0.9.x",
69 "uglify-js": "1.3.x",
70 "pulverizr": "0.7.x",
71 "cson": ">=1.4",
72 "watch-tree-maintained": "0.1.x",
73 "caterpillar": "1.x",
74 "optimist": ">=0.3"
75 },
76 "engines" : {
77 "node": ">=0.4.0"
78 },
79 "scripts": {
80 "prepublish": "cake clean build"
81 },
82 "directories": {
83 "lib": "lib"
84 },
85 "bin": {
86 "buildr": "./bin/buildr.js"
87 },
88 "main": "./lib/buildr.js"
89}