2014-11-10 11:55:24 +01:00
|
|
|
{
|
|
|
|
"name": "react-templates",
|
2014-12-30 17:13:52 +01:00
|
|
|
"version": "0.1.4",
|
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": {
|
2014-11-11 10:27:59 +01:00
|
|
|
"test": "node test/src/test.js"
|
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": {
|
2014-11-16 15:22:32 +01:00
|
|
|
"chalk": "^0.5.1",
|
2014-11-10 11:55:24 +01:00
|
|
|
"cheerio": "^0.18.0",
|
|
|
|
"escodegen": "^1.4.1",
|
2014-11-10 14:51:04 +01:00
|
|
|
"esprima": "^1.2.2",
|
|
|
|
"lodash": "^2.4.1",
|
2014-12-04 17:04:33 +01:00
|
|
|
"optionator": "^0.4.0",
|
2014-11-27 17:21:46 +01:00
|
|
|
"text-table": "^0.2.0"
|
2014-11-10 14:51:04 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-11-25 16:24:54 +01:00
|
|
|
"brace": "^0.4.0",
|
2014-12-03 17:44:57 +01:00
|
|
|
"brfs": "^1.2.0",
|
2014-11-18 14:53:46 +01:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-browserify": "^3.2.0",
|
2014-12-25 11:13:07 +01:00
|
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
|
|
|
"grunt-contrib-uglify": "^0.6.0",
|
2014-11-27 17:21:46 +01:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2014-12-03 10:36:34 +01:00
|
|
|
"grunt-eslint": "^2.1.0",
|
2014-12-01 21:39:59 +01:00
|
|
|
"grunt-node-tap": "^0.1.61",
|
2014-12-04 13:40:54 +01:00
|
|
|
"react": "^0.12.0",
|
2014-11-10 14:51:04 +01:00
|
|
|
"tape": "^3.0.2"
|
2014-11-10 11:55:24 +01:00
|
|
|
}
|
|
|
|
}
|