postal.js/node_modules/anvil.js/package.json
2012-08-28 12:06:19 -04:00

39 lines
No EOL
1.1 KiB
JSON

{
"name": "anvil.js",
"description": "A continuous integration tool for JS, CSS and HTML.",
"version": "0.7.9",
"authors": ["Alex Robson <@A_Robson>"],
"keywords": ["build","compile","static","ci"],
"main": "./lib/anvil.js",
"homepage": "http://anvil-js.org",
"repository": {
"type": "git",
"url": "http://github.com/appendto/anvil.js"
},
"directories": { "lib": "./lib" },
"engines" : { "node": ">=0.6.0" },
"dependencies": {
"colors": ">=0.5.0",
"readyjslint": ">=0.0.4",
"mkdirp": ">=0.0.7",
"uglify-js": ">=1.2.6",
"underscore": ">=1.1.7",
"coffee-script": "1.1.2",
"express": ">=2.4.6",
"commander": ">=0.6.0",
"socket.io": ">=0.8.4",
"stylus": ">=0.24.0",
"cssmin": ">=0.3.1",
"less": ">=1.3.0",
"marked": ">=0.2.3",
"haml": ">=0.4.2",
"coffeekup": ">=0.3.1",
"ape": ">=0.3.6",
"mocha": ">=0.12.1",
"should": ">=0.6.0"
},
"preferGlobal": true,
"bin": {
"anvil": "./bin/anvil"
}
}