clinch.csbx
Version:
CoffeeScript with React jsx in backticks processor for Clinch
42 lines (41 loc) • 822 B
JSON
{
"name": "clinch.csbx",
"version": "0.14.1",
"description": "CoffeeScript with React jsx in backticks processor for Clinch",
"main": "./lib/addon",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Meettya/clinch.csbx.git"
},
"keywords": [
"clinch",
"react",
"jsx",
"coffee-script",
"coffeescript"
],
"author": "Dmitrii Karpich <meettya@gmail.com>",
"license": "MIT",
"dependencies": {
"clinch.coffee": "*",
"clinch.jsx": "0.14.x"
},
"devDependencies": {
"async": "*",
"chai": "*",
"coffee-script": "*",
"colors": "*",
"fs-extra": "*",
"lodash": "*",
"mocha": "*",
"react": "0.14.x",
"react-dom": "0.14.x",
"walkdir": "*"
},
"engines": {
"node": ">=0.10.0"
}
}