forked from reduxjs/redux-mock-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 979 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
{
"name": "redux-mock-store",
"version": "1.2.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublish": "rimraf lib && babel src --out-dir lib",
"lint": "standard src/*.js test/*.js",
"pretest": "npm run lint",
"test": "mocha --compilers js:babel-core/register --reporter spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnaudbenard/redux-mock-store.git"
},
"author": "Arnaud Benard <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnaudbenard/redux-mock-store/issues"
},
"homepage": "https://github.com/arnaudbenard/redux-mock-store#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"expect": "^1.12.2",
"mocha": "^2.3.3",
"redux": "^3.0.4",
"redux-thunk": "^2.0.1",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",
"standard": "^7.1.2"
}
}