coffeeify-cached
Version:
browserify plugin for coffee-script with support for mixed .js and .coffee files (with compile cache)
53 lines (52 loc) • 1.2 kB
JSON
{
"name": "coffeeify-cached",
"version": "3.0.0",
"description": "browserify plugin for coffee-script with support for mixed .js and .coffee files (with compile cache)",
"main": "index.js",
"dependencies": {
"coffeescript": "^2.3.1",
"convert-source-map": "^1.3.0",
"fs-jetpack": "^1.1.0",
"md5": "^2.2.1",
"through2": "^2.0.0"
},
"devDependencies": {
"browserify": "^13.1.1",
"tap": "^8.0.1",
"through": "^2.3.8"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/danielkalen/coffeeify-cached.git"
},
"homepage": "https://github.com/danielkalen/coffeeify-cached",
"keywords": [
"coffee-script",
"browserify",
"v2",
"js",
"plugin",
"transform"
],
"contributors": [
{
"name": "Daniel Kalen",
"email": "d@danielkalen.com",
"url": "http://danielkalen.com"
},
{
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
{
"name": "Johan Nordberg",
"email": "code@johan-nordberg.com",
"url": "http://johan-nordberg.com"
}
],
"license": "MIT"
}