-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
63 lines (63 loc) · 1.77 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "react-native-navigation-redux-helpers",
"version": "0.5.0",
"description": "Redux helpers for React Native navigation",
"main": "dist/index.js",
"scripts": {
"test": "gulp",
"lint": "gulp lint",
"test-browser": "gulp test-browser",
"watch": "gulp watch",
"build": "gulp build",
"coverage": "gulp coverage",
"prepublish": "npm run lint && npm test && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/thebakeryio/react-native-navigation-redux-helpers.git"
},
"keywords": [],
"author": "The Bakery",
"license": "MIT",
"bugs": {
"url": "https://github.com/thebakeryio/react-native-navigation-redux-helpers/issues"
},
"homepage": "https://github.com/thebakeryio/react-native-navigation-redux-helpers",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-rewire": "^1.0.0-rc-4",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^3.4.1",
"del": "^2.2.0",
"glob": "^7.0.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.1.0",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.1.1",
"gulp-uglify": "^2.0.0",
"isparta": "^4.0.0",
"json-loader": "^0.5.3",
"mocha": "^3.0.2",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.9",
"webpack-stream": "^3.1.0"
},
"peerDependencies": {
"react-native": ">=0.28.0"
},
"babelBoilerplateOptions": {
"entryFileName": "index.js"
}
}