forked from pugjs/react-jade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 758 Bytes
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
{
"name": "react-jade",
"version": "0.2.0",
"description": "Compile Jade to React JavaScript",
"keywords": [],
"dependencies": {
"resolve": "~0.7.0",
"uglify-js": "~2.4.13",
"jade": "~1.3.1",
"static-module": "0.0.7",
"constantinople": "~2.0.1",
"ent": "~2.0.0"
},
"devDependencies": {
"gethub": "~1.0.2",
"testit": "~1.2.0",
"rimraf": "~2.2.8",
"marked": "~0.3.2",
"htmlparser2": "~3.7.1",
"react": "~0.11.0"
},
"peerDependencies": {
"react": "~0"
},
"scripts": {
"test": "node test/download-jade-tests.js && node test"
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/react-jade.git"
},
"author": "ForbesLindesay",
"license": "MIT"
}