-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 996 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
{
"name": "express-mongoose-babel-rest-api",
"version": "1.0.0",
"scripts": {
"start": "NODE_ENV=development PORT=3000 nodemon ./bin/www --exec babel-node",
"test": "TEST_MODE=true PORT=3003 mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehmetakinn/express-mongoose-babel-rest-api.git"
},
"author": "Mehmet Akın <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mehmetakinn/express-mongoose-babel-rest-api/issues"
},
"homepage": "https://github.com/mehmetakinn/express-mongoose-babel-rest-api#readme",
"dependencies": {
"babel-cli": "6.24.0",
"babel-preset-es2015": "6.24.0",
"body-parser": "1.16.0",
"debug": "2.6.0",
"express": "4.14.1",
"lodash": "4.17.4",
"mongoose": "4.9.1",
"morgan": "1.7.0",
"nodemon": "1.11.0"
},
"devDependencies": {
"chai": "3.5.0",
"chai-http": "3.0.0",
"mocha": "3.2.0"
}
}