-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "megan-site",
"version": "1.0.0",
"description": "MT journalism and documentary website",
"main": "server/index.js",
"scripts": {
"start": "nodemon --watch server -e js,html server/index.js",
"seed": "node seed.js",
"postinstall": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jonathan Perez",
"license": "ISC",
"dependencies": {
"angular": "^1.4.8",
"angular-sanitize": "^1.4.8",
"angular-ui-router": "^0.2.15",
"babel": "^6.3.13",
"babel-core": "^6.3.21",
"babel-register": "^6.3.13",
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"bootstrap": "^3.3.6",
"bootstrap-social": "^4.11.0",
"chai": "^3.5.0",
"chalk": "^1.1.1",
"connect-flash": "^0.1.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.12.1",
"font-awesome": "^4.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-mocha": "^2.2.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ngmin": "^0.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"jquery": "^2.1.4",
"karma": "^0.13.22",
"livereload": "^0.4.1",
"mandrill-api": "^1.0.45",
"mocha-mongoose": "^1.1.1",
"mongoose": "^4.3.1",
"morgan": "^1.6.1",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"run-sequence": "^1.1.5",
"sinon": "^1.17.3",
"supertest": "^1.2.0"
}
}