coffeescript-concat
Version:
A utility for combining coffeescript files and resolving their dependencies.
22 lines (21 loc) • 557 B
JSON
{
"name": "coffeescript-concat",
"version": "1.0.0",
"description": "A utility for combining coffeescript files and resolving their dependencies.",
"main": "coffeescript-concat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./build.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/fairfieldt/coffeescript-concat"
},
"dependencies": {
"underscore": "*",
"optimist": ">=0.3.5"
},
"bin": "./coffeescript-concat",
"author": "Tom Fairfield",
"license": "zlib"
}