-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.36 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "redux-types-creator",
"version": "0.0.10",
"description": "types generator for redux",
"main": "index.js",
"scripts": {
"build": "gulp build",
"test": "ava tests",
"all": "npm run build && npm test",
"prepublish": "npm run all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shadowwzw/redux-types-creator.git"
},
"author": "Gavrilov Ruslan shadowwzw <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shadowwzw/redux-types-creator/issues"
},
"homepage": "https://github.com/shadowwzw/redux-types-creator",
"dependencies": {
"lodash": "^4.17.15",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"ava": "^1.4.1",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"gulp": "^3.9.1",
"gulp-cli": "^1.4.0",
"gulp-babel": "^6.1.3",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-uglify": "^2.1.2",
"pump": "^1.0.3",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"keywords": [
"redux",
"types",
"generator",
"creator"
]
}