forked from tur-nr/polymer-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 989 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
{
"name": "polymer-redux",
"version": "0.3.0",
"description": "Polymer bindings for Redux.",
"main": "polymer-redux.js",
"scripts": {
"test": "gulp test",
"lint": "polylint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tur-nr/polymer-redux.git"
},
"keywords": [
"redux",
"polymer",
"web",
"component",
"state"
],
"author": "Christopher Turner <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tur-nr/polymer-redux/issues"
},
"homepage": "https://github.com/tur-nr/polymer-redux#readme",
"devDependencies": {
"bower": "^1.5.2",
"coveralls": "^2.11.9",
"gulp": "^3.9.1",
"polylint": "^2.10.1",
"polymer-cli": "^0.11.1",
"redux": "^3.0.5",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.1",
"web-component-tester": "~4.2.2",
"web-component-tester-istanbul": "https://github.com/t2ym/web-component-tester-istanbul/tarball/0.10.1"
}
}