-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 910 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
{
"name": "cjsx-in-browser",
"version": "0.1.1",
"description": "Coffee-React-Transform in the browser",
"scripts": {
"build": "browserify cjsx-in-browser-src.js -o cjsx-in-browser.js",
"watch": "watchify cjsx-in-browser-src.js -o cjsx-in-browser.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "iamdanfox",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iamdanfox/cjsx-in-browser.git"
},
"keywords": [
"CoffeeScript",
"CJSX",
"React",
"Facebook",
"Compiler",
"JSX"
],
"bugs": {
"url": "https://github.com/iamdanfox/cjsx-in-browser/issues"
},
"homepage": "https://github.com/iamdanfox/cjsx-in-browser",
"dependencies": {
"coffee-react-transform": "^0.5.2",
"coffee-script": "^1.8.0"
},
"devDependencies": {
"browserify": "^5.11.2",
"watchify": "^1.0.2"
}
}