clinch.jsx
Version:
React jsx processor for Clinch
44 lines (43 loc) • 838 B
JSON
{
"name": "clinch.jsx",
"version": "0.14.4",
"description": "React jsx processor for Clinch",
"main": "./lib/addon",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Meettya/clinch.jsx.git"
},
"keywords": [
"clinch",
"react",
"jsx",
"ES2015",
"js6"
],
"author": "Dmitrii Karpich <meettya@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-core": "6.x",
"babel-preset-es2015":"6.x",
"babel-preset-react":"6.x",
"whet.extend":"*"
},
"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"
}
}