-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
55
{
"name": "official_bootcampers_website",
"version": "1.0.0",
"description": "Bootcampers Collective website",
"repository": "https://github.com/BootcampersCollective/OfficialBCWebsite.git",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@uirouter/angularjs": "1.0.5",
"angular": "1.6.4",
"angular-animate": "1.6.4",
"angular-aria": "1.6.4",
"angular-sanitize": "1.6.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"bootstrap": "3.3.7",
"colors": "^1.1.2",
"express": "^4.15.3",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"mongoose": "^4.10.0",
"morgan": "^1.8.1",
"nodemailer": "^4.1.0",
"request": "^2.81.0",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-strip-json-comments": "^2.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"node-sass": "^4.5.3"
}
}