This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
forked from STRML/react-router-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.9 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "react-router-component",
"version": "0.39.1",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
"create-react-class": "15.x",
"is-equal-shallow": "^0.1.3",
"object-assign": "^4.1.0",
"object.omit": "^3.0.0",
"prop-types": "15.x",
"qs": "6.x",
"url-pattern": "~1.0.1",
"urllite": "~0.5.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-espower": "^2.2.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"envify": "^4.1.0",
"eslint": "^4.7.2",
"eslint-plugin-react": "^7.4.0",
"mocha": "^3.5.3",
"power-assert": "^1.4.4",
"pre-commit": "^1.2.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.2.0",
"semver": "^5.4.1",
"zuul": "^3.11.1"
},
"browserify": {
"transform": [
"envify"
]
},
"scripts": {
"test": "make test",
"lint": "make lint"
},
"repository": {
"type": "git",
"url": "git://github.com/strml/react-router-component"
},
"keywords": [
"react",
"react-component",
"router",
"history",
"pushState"
],
"author": "Andrey Popp <8mayday@gmail.com> (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 <simen.brekken@gmail.com> (https://github.com/sbrekken)",
"Samuel Reed <samuel.trace.reed@gmail.com> (https://github.com/strml)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/strml/react-router-component/issues"
},
"homepage": "http://strml.viewdocs.io/react-router-component",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"pre-commit": [
"lint",
"test"
]
}