-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.58 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": "eve-year-in-review",
"version": "0.1.0",
"description": "Showcase for new character stats for EVE Fanfest 2015",
"repository": {
"type": "git",
"url": "git://github.com/seriallos/eve-year-in-review.git"
},
"browser": {},
"browserify": {
"transform": [
"coffeeify",
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"d3": "global:d3",
"react": "global:React",
"lodash": "global:_",
"numeral": "global:numeral",
"googleanalytics": "global:ga"
},
"devDependencies": {
"browser-sync": "~2.11.0",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.2",
"coffeeify": "~0.7.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^0.4.1",
"gulp-filesize": "0.0.6",
"gulp-iconfont": "^1.0.0",
"gulp-imagemin": "^0.6.2",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^1.4.2",
"gulp-sass": "~2.2.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.0",
"handlebars": "^1.3.0",
"hbsfy": "~2.0.0",
"karma": "^0.12.31",
"karma-browserify": "^3.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-nyan-reporter": "0.0.50",
"karma-sinon-chai": "^0.3.0",
"lodash": "^2.4.1",
"pretty-hrtime": "~0.2.1",
"require-dir": "^0.1.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "^2.4.0"
},
"dependencies": {
"intl": "^0.1.4",
"request": "^2.53.0"
}
}