forked from reduxjs/redux-mock-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 798 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
{
"name": "redux-mock-store",
"version": "0.0.4",
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublish": "rimraf lib && babel src --out-dir lib",
"test": "mocha --compilers js:babel/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": "^5.8.29",
"mocha": "^2.3.3",
"redux": "^3.0.4",
"rimraf": "^2.4.3",
"sinon": "^1.17.2"
},
"dependencies": {
"expect": "^1.12.2"
}
}