forked from jamesmacaulay/react-bacon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 838 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
{
"name": "react-bacon",
"version": "0.1.0",
"description": "Incorporate BaconJS into the ReactJS render cycle",
"main": "dist/index.js",
"author": "Rodolfo Hansen",
"homepage": "https://github.com/kryptt/react-bacon",
"license": "MIT",
"keywords": [
"async",
"react",
"bacon",
"reactive",
"streams",
"isomorphic"
],
"repository": {
"type": "git",
"url": "https://github.com/kryptt/react-bacon"
},
"bugs": {
"url": "https://github.com/kryptt/react-bacon/issues"
},
"scripts": {
"build": "gulp"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-livescript": "^2.4.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"livescript": "^1.4.0"
},
"dependencies": {
"baconjs": "^0.7.70"
},
"peerDependencies": {
"react": "~0.13"
}
}