-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.67 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
63
64
65
66
67
68
69
70
71
{
"name": "websynth",
"version": "1.0.0",
"description": "Web Synth",
"main": "server.js",
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"code",
"fellows",
"websynth",
"angular",
"mongodb"
],
"author": "Brian Finck, Earl Duncan, Alex Ramsdell and Stan Zhao",
"license": "ISC",
"bugs": {
"url": ""
},
"dependencies": {
"angular": "^1.4.7",
"angular-route": "^1.4.7",
"body-parser": "1.14.0",
"bourbon": "^4.2.5",
"cookie-parser": "1.4.0",
"express": "4.13.3",
"express-session": "1.11.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.1.1",
"gulp-filesize": "0.0.6",
"gulp-minify-css": "~0.5.1",
"gulp-ng-config": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "~1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"lodash": "^3.3.1",
"merge-stream": "^0.1.7",
"method-override": "2.3.5",
"mongodb": "^2.0.43",
"mongoose": "^4.1.7",
"morgan": "1.6.1",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"node-sass": "^3.3.3",
"passport": "0.3.0",
"passport-facebook": "^2.0.0",
"passport-facebook-offline": "^0.1.5",
"passport-google": "0.3.0",
"passport-google-oauth": "0.2.0",
"passport-google-oauth2": "0.1.6",
"pretty-hrtime": "~1.0.0",
"require-dir": "^0.1.0",
"vinyl-source-stream": "~1.0.0",
"webpack-stream": "^2.1.1"
},
"devDependencies": {
"chai": "^3.4.0",
"chai-http": "^1.0.0",
"mocha": "^2.3.3"
}
}