forked from osdio/noder-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 858 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 858 Bytes
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
{
"name": "noder",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"markdown": "^0.5.0",
"moment": "^2.10.3",
"query-string": "^2.3.0",
"react-native": "^0.7.1",
"react-native-button": "^1.2.0",
"react-native-camera": "^0.3.0",
"react-native-html-render": "^1.0.2",
"react-native-icons": "^0.2.0",
"react-native-keyboardevents": "^0.4.4",
"react-native-modal": "^0.3.8",
"react-native-scrollable-tab-view": "^0.1.7",
"rebound": "0.0.13",
"redux": "^1.0.0-alpha"
},
"devDependencies": {
"coffee-script": "^1.9.2",
"dev-ip": "^1.0.1",
"gulp": "^3.9.0",
"gulp-replace": "^0.5.3",
"gulp-util": "^3.0.4",
"run-sequence": "^1.1.0"
},
"bundleId": "org.reactjs.native.example.noder"
}