-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 868 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
{
"name": "riot-redux",
"version": "0.3.3",
"description": "Riot bindings for redux",
"keywords": [
"redux",
"riot"
],
"license": "MIT",
"author": "Danny Andrews <[email protected]>",
"main": "dist/riot-redux.js",
"repository": {
"type": "git",
"url": "https://github.com/danny-andrews/riot-redux.git"
},
"dependencies": {
"redux": ">=1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"eslint": "^7.0.0",
"expect": "^1.13.4",
"fly": "^1.3.0",
"fly-shell": "^0.0.3",
"jsdom": "^7.2.1",
"lint-configs": "github:danny-andrews/lint-configs",
"minimist": "^1.2.0",
"mocha": "^2.3.4",
"riot": "^2.3.12",
"sort-package-json": "^1.4.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}