-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
86 lines (86 loc) · 2.07 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
{
"name": "eak",
"version": "1.0.2",
"description": "",
"scripts": {
"postinstall": "bower install",
"gulp": "gulp",
"test": "gulp test",
"build": "gulp build",
"dev": "gulp dev"
},
"engines": {
"node": "6.x"
},
"repository": {
"type": "git",
"url": "http://github.com/somehats/E.A.K."
},
"author": "Joe Dytrych @SomeHats",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/somehats/E.A.K./issues"
},
"dependencies": {
"LiveScript": "1.3.x",
"bluebird": "2.9.14",
"chai": "1.10.0",
"event-stream": "3.1.7",
"fluent-ffmpeg": "2.0.0-rc2",
"git-rev": "0.2.1",
"glob": "3.2.11",
"gulp": "3.8.7",
"gulp-cache": "0.3.0",
"gulp-cached": "1.1.0",
"gulp-changed": "1.0.0",
"gulp-clone": "1.0.0",
"gulp-concat": "2.3.4",
"gulp-connect": "2.2.0",
"gulp-debug": "2.0.1",
"gulp-filter": "3.0.1",
"gulp-footer": "1.0.5",
"gulp-handlebars": "2.2.0",
"gulp-header": "1.0.5",
"gulp-imagemin": "1.0.1",
"gulp-kraken": "0.0.1",
"gulp-livescript": "1.0.3",
"gulp-minify-css": "0.3.7",
"gulp-preprocess": "1.1.1",
"gulp-rename": "1.2.2",
"gulp-rimraf": "0.1.0",
"gulp-sourcemaps": "1.5.2",
"gulp-spawn": "0.3.0",
"gulp-stylus": "1.3.0",
"gulp-uglify": "1.0.0",
"gulp-util": "3.0.6",
"gulp-wrap": "0.3.0",
"gulp-wrap-js": "0.4.1",
"handlebars": "2.0.0-beta.1",
"image-size": "0.3.5",
"karma": "0.12.28",
"karma-chai": "0.1.0",
"karma-mocha": "0.1.9",
"karma-notify-reporter": "0.1.1",
"lodash.defaults": "2.4.1",
"lodash.merge": "2.4.1",
"main-bower-files": "2.5.0",
"mime": "1.3.4",
"mkdirp": "0.5.1",
"mocha": "2.0.1",
"nib": "1.0.3",
"oulipo": "1.3.0",
"prelude-ls": "1.1.1",
"progress": "1.1.8",
"request": "2.58.0",
"require-dir": "0.1.0",
"run-sequence": "1.0.2",
"streamqueue": "0.1.1",
"through2": "0.6.1",
"vinyl": "0.4.2",
"yargs": "1.3.1"
},
"devDependencies": {
"bower": "^1.8.2",
"karma-phantomjs-launcher": "0.1.4"
}
}