forked from STRML/react-router-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.51 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
60
{
"name": "react-router-component",
"version": "0.22.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
"envify": "^1.2.1",
"react": "^0.11.1",
"url-pattern": "~0.6.0",
"urllite": "~0.4.0"
},
"peerDependencies": {
"react": "~0.11.0",
"react-async": "~1.0.1"
},
"devDependencies": {
"react": "~0.11.0",
"react-async": "~1.0.1",
"semver": "~2.2.1",
"mocha": "~1.17.1",
"jshint": "~2.4.3",
"zuul": "~1.5.2",
"browserify-shim": "^3.3.1",
"uglify-js": "^2.4.13",
"browserify": "^3.32.1",
"reactify": "^0.14.0"
},
"browserify": {
"transform": [
"envify"
]
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/strml/react-router-component"
},
"keywords": [
"react",
"react-component",
"router",
"history",
"pushState"
],
"author": "Andrey Popp <[email protected]> (https://github.com/andreypopp)",
"contributors": [
"Dave Mac (https://github.com/DveMac)",
"Matthew Dapena-Tretter (https://github.com/matthewwithanm)",
"Mitchel Kuijpers (https://github.com/mitchelkuijpers)",
"Simen Brekken <[email protected]> (https://github.com/sbrekken)",
"Samuel Reed <[email protected]> (https://github.com/strml)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/strml/react-router-component/issues"
},
"homepage": "http://strml.viewdocs.io/react-router-component"
}