-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
42 lines (42 loc) · 922 Bytes
/
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
{
"name": "coffee-react-transform",
"description": "React JSX support for Coffeescript",
"keywords": [
"coffeescript",
"react",
"jsx",
"cjsx",
"coffee-react"
],
"author": "James Friend",
"version": "5.0.0",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/jsdf/coffee-react-transform/master/LICENSE"
}
],
"scripts": {
"test": "cake build && cake test",
"prepublish": "cake build"
},
"files": [
"index.js",
"lib/",
"bin/"
],
"bin": {
"cjsx-transform": "./bin/cjsx-transform"
},
"homepage": "https://github.com/jsdf/coffee-react-transform",
"bugs": "https://github.com/jsdf/coffee-react-transform/issues",
"repository": {
"type": "git",
"url": "git://github.com/jsdf/coffee-react-transform.git"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"colors": "^0.6.2",
"diff": "^1.0.8"
}
}