-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.75 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
{
"name": "rbma-feature",
"version": "0.0.1",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babelify": "^6.3.0",
"browser-sync": "^2.8.2",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"del": "^1.2.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-gzip": "^1.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^1.11.2",
"gulp-ng-annotate": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^5.1.10",
"gulp-rev": "^6.0.1",
"gulp-rev-all": "^0.8.21",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-s3": "^0.3.0",
"gulp-sass": "^2.1.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"http": "0.0.0",
"lodash.assign": "^3.2.0",
"morgan": "^1.6.1",
"node-bourbon": "^4.2.3",
"node-sass": "^3.3.3",
"run-sequence": "^1.1.2",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.4.0"
},
"dependencies": {
"async": "^1.5.0",
"d3": "^3.5.10",
"d3-tip": "^0.6.7",
"fastclick": "^1.0.6",
"hammerjs": "^2.0.4",
"headroom.js": "^0.7.1",
"howler": "^1.1.28",
"lodash": "^3.10.1",
"mobile-detect": "^1.3.1",
"querystring": "^0.2.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"Graphemescope": "global:Graphemescope",
"Waypoint": "global:Waypoint",
"PT": "global:PT"
}
}