grunt-coffee-chain
Version:
grunt's task for concatenating CoffeeScript files that have 'require' directive using Snockets
55 lines (54 loc) • 1.24 kB
JSON
{
"name": "grunt-coffee-chain",
"description": "grunt's task for concatenating CoffeeScript files that have 'require' directive using Snockets",
"version": "1.2.5",
"homepage": "https://github.com/rrott/grunt_coffee_chain",
"author": {
"name": "Roman Rott (rrott)",
"email": "roman.rott@gmail.com",
"url": "http://rott.org.ua"
},
"repository": {
"type": "git",
"url": "https://github.com/rrott/grunt_coffee_chain.git"
},
"bugs": {
"url": "https://github.com/rrott/grunt_coffee_chain/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rrott/grunt_coffee_chain/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.15"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1",
"grunt-coffee-chain": "1.2.5"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"coffeeChain",
"coffeeScript",
"coffee",
"compile",
"sprockets",
"sprockets-style",
"snockets"
],
"dependencies": {
"snockets": "~1.3.8",
"temp": "~0.7.0"
}
}