30 lines
708 B
JSON
30 lines
708 B
JSON
{
|
|
"name": "react-templates",
|
|
"version": "0.0.0",
|
|
"description": "Light weight templates for react -> write html get valid react code",
|
|
"main": "./src/reactTemplates.js",
|
|
"scripts": {
|
|
"test": "node test/src/test.js"
|
|
},
|
|
"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": {
|
|
"cheerio": "^0.18.0",
|
|
"escodegen": "^1.4.1",
|
|
"esprima": "^1.2.2",
|
|
"lodash": "^2.4.1",
|
|
"react": "^0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^3.0.2"
|
|
}
|
|
}
|