-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
43 lines (43 loc) · 928 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
43
{
"name": "rx-react",
"version": "0.3.0",
"description": "ReactJS bindings for RxJS",
"main": "index.js",
"scripts": {
"test": "tape test/testUtils.js test/*.js | faucet",
"lint": "eslint **/*.js"
},
"keywords": [
"rx",
"rxjs",
"React",
"ReactJS"
],
"repository": {
"type": "git",
"url": "git://github.com/fdecampredon/rx-react.git"
},
"bugs": {
"url": "https://github.com/fdecampredon/rx-react/issues"
},
"author": "François de Campredon <[email protected]>",
"licenses": "Apache-2.0",
"peerDependencies": {
"react": ">=0.14.0",
"rx": "*"
},
"devDependencies": {
"eslint": "^1.4.1",
"eslint-plugin-react": "^3.3.2",
"faucet": "0.0.1",
"jsdom": "^6.5.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"rx": "*",
"sinon": "^1.16.1",
"tape": "^4.2.0"
},
"dependencies": {
"fbjs": "^0.2.1"
}
}