forked from react-ga/react-ga
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 986 Bytes
/
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
{
"name": "react-ga",
"version": "1.3.0",
"description": "React Google Analytics Module.",
"main": "src/index.js",
"scripts": {
"test": "mocha test/*.test.js && mocha test/components/*.test.js && gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "[email protected]:mozilla/react-ga"
},
"keywords": [
"React",
"GA",
"Google Analytics",
"Universal Analytics"
],
"author": "@adamlofting",
"contributors": [
"@toolness"
],
"license": "Apache",
"bugs": {
"url": "https://github.com/mozilla/react-ga/issues"
},
"homepage": "https://github.com/mozilla/react-ga",
"dependencies": {},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-jshint": "~1.9.4",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.1.0",
"jsdom": "^3.0.0",
"mocha": "^2.2.1",
"mocha-jsdom": "~1.0.0",
"mofo-style": "~1.0.1",
"react": "^0.13.1",
"should": "^5.2.0",
"sinon": "^1.14.1"
}
}