coffeemill
Version:
CoffeeScript packager
43 lines (42 loc) • 939 B
JSON
{
"name": "coffeemill",
"version": "0.8.4",
"description": "CoffeeScript packager",
"tags": [
"coffeescript",
"package"
],
"author": {
"name": "Daisuke Mino",
"email": "daisuke.mino@gmail.com"
},
"repository": {
"type": "git",
"url": "https://minodisk@github.com/minodisk/coffeemill.git"
},
"engines": {
"node": ">=0.9.0"
},
"license": "MIT",
"dependencies": {
"commander": "~2.1.0",
"dateformat": "~1.0.7-1.2.3",
"jsdeferred": "~0.4.0",
"uglify-js": "~2.4.8",
"coffee-script": "~1.7.0"
},
"bin": {
"coffeemill": "./bin/coffeemill"
},
"main": "./lib/coffeemill",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-simple-mocha": "~0.4.0",
"grunt-release": "~0.6.0",
"chai": "~1.9.0"
}
}