-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 938 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
{
"name": "react-backbone",
"version": "1.0.5",
"author": "Joe Hudson <joehud@gmail.com>",
"description": "backbone-aware mixins for React and a whole lot more",
"repository": {
"type": "git",
"url": "https://github.com/jhudson8/react-backbone.git"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"react",
"mixin",
"backbone",
"react-component",
"react-mixin-manager"
],
"peerDependencies": {
"react": "*",
"backbone": "*",
"underscore": "*",
"react-mixin-manager": ">=1.0",
"react-events": ">=1.0",
"backbone-xhr-events": ">=1.0"
},
"devDependencies": {
"react-mixin-manager": "*",
"react-events": "*",
"backbone-xhr-events": "*",
"chai": "~1.10",
"jsdom": "~1.3",
"mocha": "^2.1.0",
"react": "~0.12",
"sinon": "~1.12",
"sinon-chai": "~2.6",
"uglify-js": "~2.4",
"underscore": "~1.7"
},
"license": "MIT"
}