-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
43
{
"name": "karma-cjsx-preprocessor",
"version": "0.0.4",
"description": "A Karma preprocessor for compiling Coffee React CJSX files",
"homepage": "https://github.com/mtscout6/karma-cjsx-preprocessor",
"repository": {
"type": "git",
"url": "git://github.com/mtscout6/karma-cjsx-preprocessor.git"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"peerDependencies": {
"karma": ">=0.11.14"
},
"dependencies": {
"coffee-react-transform": "~0.3.1",
"karma-coffee-preprocessor": "^0.2.1"
},
"devDependencies": {
"mocha": "~1.20.0",
"chai": "~1.9.1",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0",
"rewire": "~2.0.1"
},
"keywords": [
"coffee",
"coffee-script",
"jsx",
"karma",
"karma-launcher",
"karma-plugin",
"karma-preprocessor",
"react.js"
],
"author": "Matt Smith <mtscout6@gmail.com> (http://softwarebymatt.com)",
"licenses" : [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}]
}