metaserve-js-coffee-reactify
Version:
metaserve plugin for rendering Javascript from .coffee files with JSX using Browserify and Coffee-Reactify
27 lines (26 loc) • 714 B
JSON
{
"name": "metaserve-js-coffee-reactify",
"version": "0.2.1",
"description": "metaserve plugin for rendering Javascript from .coffee files with JSX using Browserify and Coffee-Reactify",
"homepage": "http://github.com/prontotype-us/metaserve-js-coffee-reactify",
"repository": {
"type": "git",
"url": "http://github.com/prontotype-us/metaserve-js-coffee-reactify"
},
"author": {
"name": "Sean Robertson",
"url": "http://sprobertson.com"
},
"scripts": {
"build": "coffee -o lib -c src"
},
"main": "lib/index.js",
"dependencies": {
"coffee-reactify": "2.0.x",
"metaserve-js-browserify": "0.2.5",
"node-cjsx": "0.1.x"
},
"keywords": [
"metaserve"
]
}