commonplace/package.json

28 строки
512 B
JSON

{
"name": "commonplace",
"version": "0.4.0",
"preferGlobal": true,
"repository": {
"url": "git://github.com/mozilla/commonplace.git",
"type": "git"
},
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
},
"dependencies": {
"clean-css": "2.0.x",
"jshint": "2.3.x",
"nunjucks": "1.0.x",
"stylus": "0.32.x",
"uglify-js": "2.4.x"
},
"bin": {
"damper": "./bin/damper",
"commonplace": "./bin/commonplace"
},
"jshintConfig": {
"boss": true
}
}