-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (34 loc) · 775 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
35
{ "name": "karma-react-jsx-preprocessor"
, "version": "0.1.1"
, "description": "A karma preprocessor for compiling React JSX files."
, "main": "index.js"
, "scripts":
{ "test": "mocha"
}
, "repository":
{ "type": "git"
, "url": "git://github.com/fizker/karma-react-jsx-preprocessor.git"
}
, "keywords":
[ "jsx"
, "react.js"
, "karma"
, "karma-plugin"
, "karma-launcher"
]
, "peerDependencies":
{ "react-tools": "*"
}
, "devDependencies":
{ "chai": "~1.9.0"
, "mocha": "~1.17.1"
, "fzkes": "~0.13.0"
, "react-tools": "*"
}
, "author": "Benjamin Horsleben"
, "license": "WTFPL"
, "bugs":
{ "url": "https://github.com/fizker/karma-react-jsx-preprocessor/issues"
}
, "homepage": "https://github.com/fizker/karma-react-jsx-preprocessor"
}