2014-11-10 11:55:24 +01:00
|
|
|
{
|
|
|
|
"name": "react-templates",
|
2015-08-02 16:46:26 +02:00
|
|
|
"version": "0.1.22",
|
2014-11-10 11:55:24 +01:00
|
|
|
"description": "Light weight templates for react -> write html get valid react code",
|
2014-11-30 17:51:15 +01:00
|
|
|
"main": "./src/cli.js",
|
2014-11-16 15:22:32 +01:00
|
|
|
"bin": {
|
2014-11-30 17:51:15 +01:00
|
|
|
"rt": "./bin/rt.js"
|
2014-11-16 15:22:32 +01:00
|
|
|
},
|
2014-11-10 11:55:24 +01:00
|
|
|
"scripts": {
|
2015-01-25 10:18:35 +01:00
|
|
|
"test": "node test/src/test.js",
|
2015-08-02 16:46:11 +02:00
|
|
|
"test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
|
|
|
|
"patch": "npm version patch -m\"update version to %s\" && git push && git push --tags",
|
|
|
|
"minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",
|
|
|
|
"major": "npm version major -m\"update version to %s\" && git push && git push --tags"
|
2014-11-10 11:55:24 +01:00
|
|
|
},
|
|
|
|
"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": {
|
2015-07-07 10:54:59 +02:00
|
|
|
"chalk": "^1.1.0",
|
2015-03-29 14:59:08 +02:00
|
|
|
"cheerio": "^0.19.0",
|
2015-02-12 09:04:36 +01:00
|
|
|
"escodegen": "^1.6.1",
|
2015-02-19 13:45:41 +01:00
|
|
|
"esprima-harmony": "^7001.1.0-dev-harmony-fb",
|
2015-07-07 10:54:59 +02:00
|
|
|
"lodash": "^3.10.0",
|
2015-04-16 15:45:22 +02:00
|
|
|
"optionator": "^0.6.0",
|
2014-11-27 17:21:46 +01:00
|
|
|
"text-table": "^0.2.0"
|
2014-11-10 14:51:04 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-04-16 15:45:22 +02:00
|
|
|
"brace": "^0.5.1",
|
2015-02-24 09:07:55 +01:00
|
|
|
"brfs": "^1.4.0",
|
2015-07-30 16:18:52 +02:00
|
|
|
"coveralls": "^2.11.3",
|
2015-08-19 12:45:00 +02:00
|
|
|
"eslint-plugin-lodash3": "0.0.0",
|
2015-07-30 16:18:52 +02:00
|
|
|
"eslint-plugin-react": "^3.1.0",
|
2014-11-18 14:53:46 +01:00
|
|
|
"grunt": "^0.4.5",
|
2015-05-14 13:56:47 +02:00
|
|
|
"grunt-browserify": "^3.8.0",
|
2014-12-25 11:13:07 +01:00
|
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
2015-04-16 15:45:22 +02:00
|
|
|
"grunt-contrib-uglify": "^0.9.1",
|
2014-11-27 17:21:46 +01:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2015-08-02 16:45:01 +02:00
|
|
|
"grunt-eslint": "^17.0.0",
|
2014-12-01 21:39:59 +01:00
|
|
|
"grunt-node-tap": "^0.1.61",
|
2015-07-07 10:54:59 +02:00
|
|
|
"istanbul": "^0.3.17",
|
2015-01-01 09:19:50 +01:00
|
|
|
"react": "^0.12.2",
|
2015-08-19 19:20:31 +02:00
|
|
|
"react-native": "^0.9.0",
|
2015-07-30 16:18:52 +02:00
|
|
|
"tape": "^4.0.1"
|
2014-12-31 10:03:07 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"templates",
|
|
|
|
"react-templates",
|
|
|
|
"react",
|
|
|
|
"reactjs",
|
|
|
|
"react.js",
|
|
|
|
"react-component",
|
|
|
|
"react component"
|
|
|
|
]
|
2014-11-10 11:55:24 +01:00
|
|
|
}
|