react-templates/package.json

30 lines
724 B
JSON
Raw Normal View History

2014-11-10 11:55:24 +01:00
{
"name": "react-templates",
"version": "0.0.0",
"description": "Light weight templates for react -> write html get valid react code",
"main": "reactTemplates.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
2014-11-10 14:51:04 +01:00
"esprima": "^1.2.2",
"lodash": "^2.4.1",
"react": "^0.12.0"
},
"devDependencies": {
"tape": "^3.0.2"
2014-11-10 11:55:24 +01:00
}
}