-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "redux-storage-engine-localstorage",
"version": "1.1.4",
"description": "window.localStorage engine for redux-storage",
"main": "build/index.js",
"scripts": {
"test": "make lint test build"
},
"repository": {
"type": "git",
"url": "https://github.com/react-stack/redux-storage-engine-localstorage.git"
},
"bugs": "https://github.com/react-stack/redux-storage-engine-localstorage/issues",
"homepage": "https://github.com/react-stack/redux-storage-engine-localstorage",
"keywords": [
"redux",
"redux-storage",
"redux-storage-engine",
"localStorage"
],
"author": [
"Michael Contento <[email protected]>",
"Guns <[email protected]>"
],
"files": [
"build/",
"src",
"!**/__tests__/**"
],
"eslintConfig": {
"extends": "michaelcontento"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-polyfill": "^6.3.14",
"babel-preset-modern-node": "^2.1.0",
"babel-preset-stage-3": "^6.5.0",
"eslint": "^1.10.3",
"eslint-config-michaelcontento": "^1.1.1",
"eslint-plugin-mocha-only": "0.0.3",
"mocca": "^1.0.3",
"release-it": "^2.3.1"
}
}