-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 738 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": "jade-react-compiler",
"version": "0.3.1",
"description": "Jade compiler for Facebook React",
"authors": [
"Michael Phan-Ba <michael@mikepb.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/mikepb/jade-react-compiler"
},
"main": "index.js",
"bin": {
"jade-react-compiler": "./bin/jade-react-compiler.js"
},
"dependencies": {
"character-parser": "^1.2.2",
"escodegen": "^1.6.1",
"esprima": "^2.2.0",
"jade": "^1.9.2",
"react": "^0.13.3",
"uglify-js": "^2.4.21"
},
"devDependencies": {
"js-beautify": "*",
"markdown": "*",
"mocha": "*",
"stylus": "*"
},
"scripts": {
"test": "mocha --reporter spec"
},
"license": "MIT"
}