-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "hirecab.com",
"version": "1.0.1",
"description": "a simple we app to hire a taxi ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-watch server.js",
"listen": "bebel-watch listener.js"
},
"author": "ashwini",
"license": "MIT",
"dependencies": {
"async": "^2.5.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-node6": "^11.0.0",
"babel-watch": "^2.0.7",
"bcrypt": "^1.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"debug": "^3.1.0",
"express": "^4.16.2",
"jsonwebtoken": "^8.1.0",
"kue": "^0.11.6",
"mkdirp": "^0.5.1",
"mongo-oplog": "^2.0.2",
"mongoose": "4.3.0",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"twilio": "^3.9.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"nodemon": "^1.12.1",
"rimraf": "^2.6.2"
}
}