forked from seeden/react-g-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.01 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.01 KB
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
{
"name": "react-g-analytics",
"version": "0.1.0",
"description": "React google analytics with support for react-router",
"author": {
"name": "Zlatko Fedor",
"email": "zfedor@gmail.com",
"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,
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/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"
},
"devDependencies": {
"gulp": "~3.8.11",
"gulp-mocha": "~2.0.0",
"gulp-babel": "~4.0.0",
"gulp-util": "~3.0.4",
"should": "~5.0.1",
"babel": "~4.6.1"
}
}