-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
42
43
{
"name": "api_rest_nodejs",
"version": "1.0.0",
"description": "basic API to posts",
"main": "server.js",
"dependencies": {
"babelify": "^7.2.0",
"body-parser": "~1.5.2",
"browserify": "^13.0.0",
"cors": "^2.7.1",
"express": "~4.6.1",
"gulp": "^3.9.0",
"mongoose": "^4.1.3",
"nodemon": "^1.8.1",
"pm2": "^1.1.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"winston": "~0.7.3"
},
"devDependencies": {
"async": "^1.4.2",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"mocha": "~1.21.3",
"supertest": "~0.13.0",
"supertest-as-promised": "^2.0.2",
"watchify": "^3.7.0"
},
"scripts": {
"start": "nodemon server.js",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PabloSuarez/api_rest_nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PabloSuarez/api_rest_nodejs/issues"
},
"homepage": "https://github.com/PabloSuarez/api_rest_nodejs#readme"
}