-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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": "v-backend",
"version": "0.1.0",
"description": "This service manage the users",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node index.js",
"test": "NODE_ENV=test babel-node ./node_modules/.bin/babel-istanbul cover _mocha test/**/*spec.js"
},
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"babel-core": "^6.26.3",
"babel-istanbul": "^0.12.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.2.1",
"chai-things": "^0.2.0",
"chance": "^1.0.18",
"connect": "^3.2.0",
"dotenv-safe": "^6.1.0",
"eslint": "^5.12.0",
"js-yaml": "^3.3.0",
"mocha": "^5.2.0",
"mongodb": "^3.1.12",
"mongoose": "^5.4.5",
"rosie": "^2.0.1",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"swagger-tools": "0.10.1"
}
}