forked from jaysoo/react-native-menu
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.05 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.05 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"_args": [
[
"react-native-menu@0.23.0",
"/Users/edoardomoreni/Desktop/emma-app"
]
],
"_from": "react-native-menu@0.23.0",
"_id": "react-native-menu@0.23.0",
"_inBundle": false,
"_integrity": "sha1-PAIyOa7ZXUGSdd9QwZmYKtfrBis=",
"_location": "/react-native-menu",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-menu@0.23.0",
"name": "react-native-menu",
"escapedName": "react-native-menu",
"rawSpec": "0.23.0",
"saveSpec": null,
"fetchSpec": "0.23.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-menu/-/react-native-menu-0.23.0.tgz",
"_spec": "0.23.0",
"_where": "/Users/edoardomoreni/Desktop/emma-app",
"author": {
"name": "Jack Hsu",
"email": "jack.hsu@gmail.com",
"url": "http://jaysoo.ca/"
},
"bugs": {
"url": "https://github.com/jaysoo/react-native-menu/issues"
},
"dependencies": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10",
"react-timer-mixin": "^0.13.3"
},
"description": "A flexible dropdown menu component for Android and iOS that is similar to Android's Spinner.",
"devDependencies": {
"appium": "^1.4.16",
"babel-core": "^6.4.0",
"babel-jest": "*",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-native": "^3.0.1",
"babel-preset-stage-2": "^6.3.13",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"colors": "^1.1.2",
"concurrently": "^2.0.0",
"jest": "^20.0.4",
"mocha": "^2.3.4",
"react": "16.0.0-alpha.13",
"react-dom": "16.0.0-alpha.13",
"react-native": "^0.47.2",
"react-test-renderer": "16.0.0-alpha.13",
"sinon": "^1.17.2",
"wd": "^0.4.0"
},
"files": [
"android.demo.gif",
"ios.demo.gif",
"README.md",
"LICENSE",
"src"
],
"homepage": "https://github.com/jaysoo/react-native-menu#readme",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/Example/",
"<rootDir>/examples/"
],
"testMatch": [
"<rootDir>/src/**/?(*.)test.js"
],
"verbose": true
},
"keywords": [
"react-native",
"react",
"menu",
"spinner",
"dropdown",
"react-component",
"ios",
"android"
],
"license": "ISC",
"main": "src/index.js",
"name": "react-native-menu",
"repository": {
"type": "git",
"url": "git+https://github.com/jaysoo/react-native-menu.git"
},
"scripts": {
"build:android": "cd Example/android && ./gradlew assembleRelease",
"install:example": "cd Example && npm install",
"start:appium": "appium",
"test": "npm run test:setup && npm run test:unit && npm run test:integration",
"test:feature": "concurrently 'npm run start:appium' 'npm run test:feature:suite'",
"test:feature:suite": "mocha --require babel-core/register test/integration",
"test:setup": "npm run install:example && npm run build:android",
"test:unit": "jest"
},
"version": "0.23.0"
}