-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
91 lines (91 loc) · 2.63 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "girder-gus-maker",
"version": "1.0.0",
"description": "[![Built at Fullstack Academy](https://img.shields.io/badge/Built%20at-Fullstack%20Academy-red.svg?style=round-square)](http://fullstackacademy.com)",
"main": "index.js",
"scripts": {
"start": "nodemon --watch server -e js,html server/start.js",
"postinstall": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lancey6/girder-gus-maker.git"
},
"author": "Brian Dunn <[email protected]> (https://github.com/briancdunn/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lancey6/girder-gus-maker/issues"
},
"homepage": "https://github.com/Lancey6/girder-gus-maker#readme",
"dependencies": {
"angular": "^1.4.9",
"angular-animate": "^1.4.9",
"angular-bootstrap": "^0.12.2",
"angular-mocks": "^1.4.9",
"angular-ui-router": "^0.2.17",
"angularslick": "^0.2.2",
"babel": "^5.0.12",
"babel-eslint": "^4.1.6",
"babelify": "^7.2.0",
"bluebird": "^3.1.5",
"body-parser": "^1.14.2",
"bootstrap": "^3.3.6",
"browserify": "^13.0.0",
"canvas": "^1.3.9",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"chalk": "^1.1.1",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.1",
"escope": "3.3.0",
"eslint": "^1.10.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"font-awesome": "^4.5.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^0.14.0",
"gulp-istanbul": "^0.9.0",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^0.4.6",
"gulp-mocha": "^2.2.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"jquery": "^2.2.0",
"lodash": "^4.0.1",
"mocha": "^2.4.5",
"mongoose": "^4.3.7",
"mongoose-deep-populate": "^2.0.3",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-google": "^0.3.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"phaser": "^2.5.0",
"phaser-debug": "^1.1.8",
"pixi": "^0.3.1",
"prerender-node": "^2.2.0",
"request": "^2.69.0",
"run-sequence": "^1.1.5",
"s3": "^4.4.0",
"serve-favicon": "^2.3.0",
"slick-carousel": "^1.5.9",
"util": "^0.10.3",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"morgan": "^1.6.1"
}
}