-
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.37 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.37 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": "dreamteam",
"version": "0.0.0",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"dist": "NODE_ENV=production gulp dist"
},
"devDependencies": {
"browserify": "^5.12.1",
"browserify-jade": "^0.1.1",
"browserify-shim": "^3.7.0",
"connect": "^2.25.9",
"connect-livereload": "^0.4.0",
"debowerify": "^0.8.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^0.0.10",
"gulp-cache": "^0.2.2",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.3.5",
"gulp-csso": "^0.2.9",
"gulp-debug": "^1.0.1",
"gulp-fingerprint": "^0.3.2",
"gulp-imagemin": "^1.0.1",
"gulp-jade": "^0.7.0",
"gulp-jshint": "^1.8.4",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.6.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^1.1.0",
"gulp-rimraf": "^0.1.0",
"gulp-ruby-sass": "~1.0.0-alpha",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.4",
"opn": "^1.0.0",
"partialify": "^3.1.1",
"should": "^4.0.4",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"express": "~4.11.1",
"firebase": "~2.1.2",
"howler": "~1.1.25",
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"newrelic": "^1.15.1"
},
"browser": {
"FlipClock": "./app/bower_components/FlipClock/compiled/flipclock.min.js"
}
}