coffeescript-concat
Version:
A utility for combining coffeescript files and resolving their dependencies.
23 lines (22 loc) • 593 B
JSON
{
"name": "coffeescript-concat",
"version": "1.0.14",
"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": "latest",
"yargs": "latest",
"coffee-script": "latest"
},
"bin": "./coffeescript-concat",
"author": "Tom Fairfield",
"license": "zlib"
}