UNPKG

813 BJSONView Raw
1{
2 "name": "react-jade",
3 "version": "2.0.1",
4 "description": "Compile Jade to React JavaScript",
5 "keywords": [],
6 "dependencies": {
7 "acorn": "^0.9.0",
8 "constantinople": "^3.0.1",
9 "ent": "^2.0.0",
10 "jade": "1.7.0",
11 "resolve": "^1.0.0",
12 "static-module": "^1.0.0",
13 "uglify-js": "^2.4.15"
14 },
15 "devDependencies": {
16 "gethub": "~1.0.2",
17 "htmlparser2": "~3.7.1",
18 "istanbul": "^0.3.2",
19 "marked": "~0.3.2",
20 "react": "~0.12.0",
21 "rimraf": "~2.2.8",
22 "testit": "~1.2.0"
23 },
24 "peerDependencies": {
25 "react": "~0.12.0"
26 },
27 "scripts": {
28 "test": "node test/download-jade-tests.js && node test/index.js"
29 },
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/jadejs/react-jade.git"
33 },
34 "author": "ForbesLindesay",
35 "license": "MIT"
36}
\No newline at end of file