forked from STRML/react-router-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "react-router-component",
"version": "0.18.2",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
"url-pattern": "~0.4.0",
"envify": "^1.2.1",
"urllite": "~0.4.0"
},
"peerDependencies": {
"react": "~0.10.0",
"react-async": "~0.9.1"
},
"devDependencies": {
"react": "~0.10.0",
"react-async": "~0.9.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"
},
"browserify": {
"transform": [
"envify"
]
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/andreypopp/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)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/andreypopp/react-router-component/issues"
},
"homepage": "http://andreypopp.viewdocs.io/react-router-component"
}