-
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) · 990 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 990 Bytes
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": "heidilaursen",
"version": "1.0.0",
"description": "Express api with REST and two Mongo databases. ",
"main": "node index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": " ./node_modules/mocha/bin/mocha test",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pnwlady/rest_api.git"
},
"keywords": [
"REST",
"Express",
"Mongodb"
],
"author": "Heidi Laursen",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnwlady/rest_api/issues"
},
"homepage": "https://github.com/pnwlady/rest_api#readme",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"mongodb": "^2.1.16",
"mongoose": "^4.4.13"
},
"devDependencies": {
"angular": "^1.5.5",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-protractor": "^2.3.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"webpack-stream": "^3.2.0"
}
}