-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 805 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-create-module",
"version": "1.1.0",
"description": "A single function that returns a reducer, action creators, and action types",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "jest ./tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emilios1995/redux-create-module.git"
},
"keywords": [
"redux",
"react",
"actions",
"flux",
"reducers"
],
"author": "Emilio Srougo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Emilios1995/redux-create-module/issues"
},
"homepage": "https://github.com/Emilios1995/redux-create-module#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"jest": "^20.0.4"
}
}