-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 KB
/
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
43
44
45
{
"name": "karma-cjsx-preprocessor",
"version": "4.0.0",
"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": "^3.3.0",
"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"
}
]
}