-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
44
45
{
"name": "dev-housing",
"version": "1.0.0",
"babel": {},
"description": "Dev Mountain housing web-app.",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel-node": "babel-node --presets=es2015 --ignore='foo|bar|baz'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevHauzin/dev-housing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevHauzin/dev-housing/issues"
},
"homepage": "https://github.com/DevHauzin/dev-housing#readme",
"dependencies": {
"angular-modal-service": "^0.6.10",
"babel": "^6.5.2",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6",
"mongoose": "^4.4.19",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"gulp-babel": "^6.1.2"
}
}