-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 Bytes
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
{
"name": "react-bacon",
"version": "0.0.4",
"description": "A little module for using React with Bacon.js",
"main": "src/react-bacon.js",
"repository": {
"type": "git",
"url": "https://github.com/jamesmacaulay/react-bacon"
},
"author": "James MacAulay",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesmacaulay/react-bacon/issues"
},
"homepage": "https://github.com/jamesmacaulay/react-bacon",
"devDependencies": {
"react": "~0.10.0",
"grunt": "~0.4.4",
"grunt-contrib-jasmine": "~0.6.3",
"browserify": "~3.44.2",
"grunt-browserify": "~2.0.8",
"reactify": "~0.13.1",
"browserify-shim": "~3.4.1"
},
"dependencies": {
"baconjs": "~0.7.10"
},
"browserify-shim": {
"baconjs": "global:Bacon"
}
}