1
1
{
2
- "name" : " redux-mock-store" ,
3
- "version" : " 1.2.3 " ,
4
- "description" : " A mock store for testing your redux async action creators and middleware" ,
5
- "main" : " lib/index.js" ,
6
- "scripts" : {
7
- "prepublish" : " rimraf lib && babel src --out-dir lib" ,
8
- "lint" : " standard src/*.js test/*.js" ,
9
- "pretest" : " npm run lint" ,
10
- "test" : " mocha --compilers js:babel-core/register --reporter spec test/*.js"
11
- },
12
- "repository" : {
13
- "type" : " git" ,
14
- "url" : " git+https://github.com/arnaudbenard/redux-mock-store.git"
15
- },
16
- "author" :
" Arnaud Benard <[email protected] >" ,
17
- "license" : " MIT" ,
18
- "bugs" : {
19
- "url" : " https://github.com/arnaudbenard/redux-mock-store/issues"
20
- },
21
- "homepage" : " https://github.com/arnaudbenard/redux-mock-store#readme" ,
22
- "devDependencies" : {
23
- "babel-cli" : " ^6.11.4" ,
24
- "babel-core" : " ^6.13.2" ,
25
- "babel-preset-es2015" : " ^6.13.2" ,
26
- "expect" : " ^1.12.2" ,
27
- "mocha" : " ^2.3.3" ,
28
- "redux" : " ^3.0.4" ,
29
- "redux-thunk" : " ^2.0.1" ,
30
- "rimraf" : " ^2.4.3" ,
31
- "sinon" : " ^1.17.2" ,
32
- "standard" : " ^7.1.2"
33
- }
34
- }
2
+ "name" : " redux-mock-store" ,
3
+ "version" : " 1.2.2 " ,
4
+ "description" : " A mock store for testing your redux async action creators and middleware" ,
5
+ "main" : " lib/index.js" ,
6
+ "scripts" : {
7
+ "prepublish" : " rimraf lib && babel src --out-dir lib" ,
8
+ "lint" : " standard src/*.js test/*.js" ,
9
+ "pretest" : " npm run lint" ,
10
+ "test" : " mocha --compilers js:babel-core/register --reporter spec test/*.js"
11
+ },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " git+https://github.com/arnaudbenard/redux-mock-store.git"
15
+ },
16
+ "author" :
" Arnaud Benard <[email protected] >" ,
17
+ "license" : " MIT" ,
18
+ "bugs" : {
19
+ "url" : " https://github.com/arnaudbenard/redux-mock-store/issues"
20
+ },
21
+ "homepage" : " https://github.com/arnaudbenard/redux-mock-store#readme" ,
22
+ "devDependencies" : {
23
+ "babel-cli" : " ^6.11.4" ,
24
+ "babel-core" : " ^6.13.2" ,
25
+ "babel-preset-es2015" : " ^6.13.2" ,
26
+ "expect" : " ^1.12.2" ,
27
+ "mocha" : " ^2.3.3" ,
28
+ "redux" : " ^3.0.4" ,
29
+ "redux-thunk" : " ^2.0.1" ,
30
+ "rimraf" : " ^2.4.3" ,
31
+ "sinon" : " ^1.17.2" ,
32
+ "standard" : " ^7.1.2"
33
+ }
34
+ }
0 commit comments