UNPKG

react-jade

Version:

Compile Jade to React JavaScript

43 lines (42 loc) 1.02 kB
{ "name": "react-jade", "version": "3.0.0", "description": "Compile Jade to React JavaScript", "keywords": [], "dependencies": { "acorn": "^1.1.0", "constantinople": "^3.0.1", "ent": "^2.2.0", "jade": "1.9.2", "js-stringify": "^1.0.1", "resolve": "^1.1.6", "static-module": "^1.1.2", "uglify-js": "^2.4.21", "with": "^5.0.0" }, "devDependencies": { "es6ify": "^1.6.0", "gethub": "^2.0.1", "htmlparser2": "^3.8.2", "istanbul": "^0.3.14", "marked": "^0.3.3", "react": "^0.14.0", "react-dom": "^0.14.0", "rimraf": "^2.3.3", "testit": "^2.0.2", "unescape-html": "^1.0.0" }, "peerDependencies": { "react": ">=0.12.0 <0.15.0" }, "scripts": { "test": "node test/download-jade-tests.js && node test/index.js && npm run coverage", "coverage": "istanbul cover test" }, "repository": { "type": "git", "url": "https://github.com/jadejs/react-jade.git" }, "author": "ForbesLindesay", "license": "MIT" }