-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "react-native-scrolling-menu",
"version": "0.1.1",
"description": "A horizontal scrolling menu for React Native.",
"main": "index.js",
"scripts": {
"build": "babel -d ./ src --presets es2015,react,stage-0 && uglifyjs index.js --compress -o index.min.js"
},
"author": "Michael Hirsch <[email protected]>",
"license": "GNU",
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.3.13",
"concat-cli": "^4.0.0",
"uglify-js": "^2.6.1",
"uglifyjs": "^2.4.10"
},
"keywords": [
"react",
"react-native",
"navbar",
"navigation",
"menu",
"tabs",
"horizontal",
"scrolling"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ccm-innovation/react-native-scrolling-menu.git"
},
"bugs": {
"url": "https://github.com/ccm-innovation/react-native-scrolling-menu/issues"
},
"homepage": "https://github.com/ccm-innovation/react-native-scrolling-menu#readme"
}