forked from sumitarora/redux-segment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.7 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
59
60
61
62
63
64
65
66
67
{
"name": "redux-segment",
"version": "1.0.0",
"description": "Segment.io analytics integration for redux.",
"main": "dist/index.js",
"scripts": {
"prepublish": "make build && npm run build",
"test": "make test",
"prebuild": "rimraf dist",
"build": "babel --out-dir dist src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rangle/redux-segment.git"
},
"keywords": [
"redux",
"react",
"react-redux",
"angular",
"ng-redux",
"segment",
"segment.io",
"analytics",
"google",
"analytics",
"ga",
"tag",
"manager"
],
"author": "Rangle.io <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rangle/redux-segment/issues"
},
"homepage": "https://github.com/rangle/redux-segment#readme",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-eslint": "^5.0.0-beta6",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-tape-runner": "^2.0.1",
"babelify": "7.3.0",
"browserify": "^12.0.1",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.13.1",
"history": "^2.0.1",
"jsdom": "8.3.0",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.5",
"react-router": ">=1.0.3 < 3",
"react-router-redux": ">=2.1.0 < 5",
"redux": "^3.0.5",
"redux-router": "^1.0.0-beta5",
"redux-simple-router": "^1.0.2",
"rimraf": "^2.5.2",
"tap-spec": "^4.1.1",
"tap-xunit": "^1.3.1",
"tape": "^4.3.0",
"watch": "^0.16.0"
}
}