-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.44 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "with-backbone",
"version": "1.0.4",
"description": "React Backbone Higher Order Components",
"main": "index.js",
"homepage": "https://beanworks.github.io/React.withBackbone/",
"scripts": {
"test": "jest",
"updateSnapshot": "jest --updateSnapshot",
"babel": "babel src/index.js --out-file index.js"
},
"jest": {
"collectCoverage": true,
"coverageDirectory": ".coverage"
},
"repository": {
"type": "git",
"url": "/~https://github.com/beanworks/React.withBackbone"
},
"files": [],
"keywords": [
"react",
"reactjs",
"backbone",
"fiber"
],
"author": {
"name": "Tom Lei",
"email": "tom.lei@beanworks.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "/~https://github.com/beanworks/React.withBackbone/issues"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-jest": "^20.0.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"backbone": "^1.0.0",
"jest": "^20.0.1",
"prop-types": "^15.5.10",
"react": "^15.0.0",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"regenerator-runtime": "^0.10.5"
},
"dependencies": {
"backbone": "^1.0.0",
"lodash.debounce": "^4.0.8",
"react": "^15.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0",
"backbone": "^1.0.0"
}
}