forked from seeden/react-g-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "react-g-analytics",
"version": "0.1.7",
"description": "React google analytics with support for react-router",
"author": {
"name": "Zlatko Fedor",
"email": "[email protected]",
"url": "http://www.cherrysro.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/seeden/react-g-analytics.git"
},
"keywords": [
"react",
"react-component",
"react-router",
"analytics",
"google",
"google analytics"
],
"private": false,
"license": "MIT",
"main": "./dist/index.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "babel-node ./node_modules/gulp/bin/gulp.js test",
"build": "node ./node_modules/gulp/bin/gulp.js build"
},
"dependencies": {},
"peerDependencies": {
"react": ">=0.13.x",
"react-router": ">=0.13.x || ~1.0.0-rc3"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-mocha": "~2.1.3",
"gulp-babel": "~5.2.1",
"gulp-util": "~3.0.6",
"should": "~7.1.0",
"babel": "~5.8.23"
}
}