forked from SimonDegraeve/cjsxify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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": "cjsxify",
"version": "0.2.5",
"description": "Browserify transform for CJSX (CoffeeScript equivalent of JSX used in React library by Facebook)",
"main": "index.js",
"dependencies": {
"coffee-script": "^1.8.0",
"through": "^2.3.4",
"convert-source-map": "^0.4.1",
"coffee-react-transform": "^2.0.0"
},
"devDependencies": {
"browserify": "^6.3.2"
},
"repository": {
"type": "git",
"url": "git@github.com:SimonDegraeve/cjsxify.git"
},
"homepage": "https://github.com/SimonDegraeve/cjsxify",
"bugs": "https://github.com/SimonDegraeve/cjsxify/issues",
"keywords": [
"react",
"coffee-react",
"coffee-script",
"browserify",
"browserify-transform",
"v2",
"js",
"jsx",
"cjsx",
"plugin",
"transform"
],
"contributors": [
{
"name": "Simon Degraeve",
"email": "simon.degraeve@gmail.com",
"url": "https://github.com/SimonDegraeve"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}