forked from kaesonho/react-i13n-ga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "@grove/react-i13n-ga",
"description": "google analytics plugin for react i13n",
"version": "0.2.0",
"main": "src/plugin.js",
"repository": {
"type": "git",
"url": "[email protected]:grovelabs/react-i13n-ga.git"
},
"scripts": {
"cover": "istanbul cover --dir ${COVERAGE_DIR:-artifacts} -- _mocha tests/unit --recursive --reporter tap",
"lint": "jshint src/",
"test": "mocha tests/unit --recursive --reporter spec"
},
"devDependencies": {
"chai": "^2.1.2",
"istanbul": "^0.3.0",
"jsdom": "^3.0.0",
"jshint": "^2.5.1",
"mocha": "^2.0",
"react-i13n": "^0.1.8",
"sinon": "^1.17.2"
},
"keywords": [
"react",
"i13n",
"instrumentation",
"ga",
"google-analytics",
"google"
],
"bugs": {
"url": "https://github.com/grovelabs/react-i13n-ga/issues"
},
"homepage": "https://github.com/grovelabs/react-i13n-ga",
"dependencies": {},
"contributors": [
"Kaeson Ho <[email protected]>",
"Steph Northway <[email protected]>",
"Louis DeScioli <[email protected]>"
],
"license": "MIT"
}