forked from Roilan/redux-jest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1004 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1004 Bytes
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
{
"name": "redux-jest",
"version": "1.1.1",
"description": "Write Redux test with Jest",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"lint": "miclint | snazzy",
"test": "npm run lint && jest",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Roilan/redux-jest.git"
},
"keywords": [
"redux",
"jest",
"test",
"react"
],
"author": "Roilan Salinas",
"license": "MIT",
"bugs": {
"url": "https://github.com/Roilan/redux-jest/issues"
},
"homepage": "https://github.com/Roilan/redux-jest#readme",
"dependencies": {
"babel-runtime": "^6.11.6",
"deep-freeze": "0.0.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-jest": "^15.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-3": "^6.11.0",
"jest-cli": "^15.1.1",
"miclint": "^1.5.0",
"snazzy": "^4.0.1"
}
}