-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
80 lines (80 loc) · 2.22 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "MoveIt",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "mocha --require test/setup-tests.js --recursive src/**/__specs__/*.spec.js",
"watch:test": "mocha --require test/setup-tests.js --recursive src/**/__specs__/*.spec.js --watch",
"lint": "eslint ."
},
"bugs": "https://github.com/multunus/moveit-mobile/issues",
"contributors": [
{
"name": "Muraleekrishna Gopinthan",
"email": "[email protected]"
},
{
"name": "Peter Lazar",
"email": "[email protected]"
},
{
"name": "Akshay S Murthy",
"email": "[email protected]"
}
],
"dependencies": {
"@remobile/react-native-splashscreen": "^1.0.3",
"gravatar-api": "^1.2.5",
"moment": "^2.10.6",
"react": "^0.14.7",
"react-native": "^0.23.0-rc",
"react-native-action-button": "^1.1.2",
"react-native-code-push": "^1.10.0-beta",
"react-native-dropdown-android": "0.0.11",
"react-native-material-kit": "^0.3.0",
"react-native-simple-modal": "^3.0.2",
"react-native-swipeout": "^2.0.9",
"react-timer-mixin": "^0.13.3",
"superagent": "^1.7.2"
},
"nyc": {
"exclude": [
"**/*.spec.js",
"test"
]
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"babel-jest": "^6.0.1",
"babel-polyfill": "^6.7.4",
"babel-preset-react": "^6.3.13",
"babel-preset-react-native": "^1.4.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"chai-immutable": "^1.5.3",
"enzyme": "^2.2.0",
"eslint": "2.2.0",
"eslint-plugin-react": "^4.2.1",
"eslint-plugin-react-native": "^1.0.0",
"gulp": "^3.9.0",
"indent": "0.0.2",
"inspect-react-element": "^1.0.1",
"jest-cli": "0.8.2",
"jsonfile": "^2.2.3",
"mocha": "^2.4.5",
"nock": "^7.2.2",
"nyc": "^5.6.0",
"object-matches": "^1.0.0",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"react-native-mock": "0.0.6",
"react-shallow-renderer-helpers": "^2.0.2",
"react-shallow-testutils": "^1.0.0",
"remote-redux-devtools": "^0.1.2",
"remotedev-server": "0.0.3",
"run-sequence": "^1.1.5",
"shelljs": "^0.6.0",
"sinon": "^1.17.3"
}
}