-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
62 lines (62 loc) · 1.48 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
{
"name": "ndash",
"version": "1.0.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android": "$(which emulator) -avd Nexus_5_API_23",
"functional": "wdio wdio.conf.js"
},
"dependencies": {
"art": "^0.10.1",
"asynckit": "^0.4.0",
"d3": "^4.7.4",
"d3-shape": "^1.0.6",
"deep-equal": "^1.0.1",
"deeply": "^2.0.3",
"gravatar-api": "^1.5.0",
"moment": "^2.18.1",
"react": "15.4.2",
"react-native": "0.42.3",
"react-native-drawer": "^2.3.0",
"react-native-navbar": "^1.6.0",
"react-native-prompt-android": "0.0.5",
"react-native-status-bar-size": "^0.3.2"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "15.4.2",
"wdio-appium-service": "^0.2.3",
"wdio-jasmine-framework": "^0.3.2",
"wdio-spec-reporter": "^0.1.2",
"webdriverio": "^4.8.0"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexindigo/ndash.git"
},
"keywords": [
"react",
"react-native",
"app",
"ios",
"npm",
"node",
"modules",
"packages",
"dashboard",
"downloads",
"charts"
],
"author": "Alex Indigo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexindigo/ndash/issues"
},
"homepage": "https://github.com/alexindigo/ndash#readme"
}