mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-21 00:10:30 +00:00
39 lines
No EOL
1.1 KiB
JSON
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"
|
|
}
|
|
} |