-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
58 lines (58 loc) · 1.35 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
{
"name": "piwik-react-router",
"version": "0.12.1",
"description": "Piwik analytics component for react-router",
"keywords": [
"react",
"piwik",
"router",
"history",
"react-router",
"analytics",
"tracking"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/*.tests.js",
"watch": "npm test -- --watch",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*.tests.js"
},
"author": "Jörn Röder <[email protected]>",
"maintainers": [
{
"name": "Jörn Röder",
"email": "[email protected]",
"web": "http://joernroeder.de"
}
],
"repository": {
"type": "git",
"url": "https://github.com/joernroeder/piwik-react-router.git"
},
"bugs": {
"url": "https://github.com/joernroeder/piwik-react-router/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"peerDependencies": {
"history": "^3.0.0 || ^4.0.0"
},
"dependencies": {
"url-join": "^1.1.0",
"warning": "^3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"jsdom": "9.9.1",
"jsdom-global": "2.1.1",
"mocha": "^3.2.0",
"proxyquire": "^1.7.10",
"sinon": "^1.17.6"
}
}