-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 896 Bytes
/
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
{
"name": "hurryup",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.15.0",
"bookshelf": "^0.9.4",
"express": "^4.13.4",
"gulp-exec": "^2.1.2",
"gulp-git": "^1.7.1",
"knex": "^0.10.0",
"path": "^0.12.7",
"react": "^0.14.8",
"react-native": "^0.23.0",
"react-native-form": "^2.0.5",
"react-native-scrollable-tab-view": "^0.4.1",
"react-segmented-control": "^0.2.1",
"request": "^2.70.0",
"sqlite3": "^3.1.3",
"twilio": "^2.9.1"
},
"devDependencies": {
"browser-sync": "^2.11.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-jshint": "^2.0.0",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
}
}