58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "react-templates",
|
|
"version": "0.1.18",
|
|
"description": "Light weight templates for react -> write html get valid react code",
|
|
"main": "./src/cli.js",
|
|
"bin": {
|
|
"rt": "./bin/rt.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/src/test.js",
|
|
"test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/wix/react-templates.git"
|
|
},
|
|
"author": "Avi Marcus",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wix/react-templates/issues"
|
|
},
|
|
"homepage": "https://github.com/wix/react-templates",
|
|
"dependencies": {
|
|
"chalk": "^1.0.0",
|
|
"cheerio": "^0.19.0",
|
|
"escodegen": "^1.6.1",
|
|
"esprima-harmony": "^7001.1.0-dev-harmony-fb",
|
|
"lodash": "^3.7.0",
|
|
"optionator": "^0.6.0",
|
|
"text-table": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"brace": "^0.5.1",
|
|
"brfs": "^1.4.0",
|
|
"coveralls": "^2.11.2",
|
|
"eslint-plugin-react": "^2.2.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-browserify": "^3.7.0",
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-eslint": "^12.0.0",
|
|
"grunt-node-tap": "^0.1.61",
|
|
"istanbul": "^0.3.13",
|
|
"react": "^0.12.2",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"keywords": [
|
|
"templates",
|
|
"react-templates",
|
|
"react",
|
|
"reactjs",
|
|
"react.js",
|
|
"react-component",
|
|
"react component"
|
|
]
|
|
}
|