{ "name": "react-templates", "version": "0.0.1", "description": "Light weight templates for react -> write html get valid react code", "main": "./src/reactTemplates.js", "bin": { "rt": "./src/cli.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": { "chalk": "^0.5.1", "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" } }