forked from pugjs/react-jade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1017 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-jade",
"version": "2.5.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"
}