-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 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
{
"name": "jquery-zoetrope",
"version": "3.0.1",
"repository": {
"type": "git",
"url": "http://github.com/ZoetropeImaging/zoetrope-jquery.git"
},
"devDependencies": {
"async": "^0.6.2",
"easyimage": "^0.1.6",
"ecstatic": "~0.4.13",
"execSync": "~1.0.1-pre",
"gm": "^1.14.2",
"gulp": "~3.8.10",
"gulp-base64": "0.0.3",
"gulp-batch-replace": "0.0.0",
"gulp-changed": "~0.1.0",
"gulp-concat": "~2.1.7",
"gulp-convert": "~0.1.0",
"gulp-csso": "~0.2.3",
"gulp-debug": "~0.2.0",
"gulp-docco": "0.0.4",
"gulp-download": "0.0.1",
"gulp-exec": "^2.1.0",
"gulp-file-insert": "~1.0.2",
"gulp-gzip": "0.0.4",
"gulp-imagemin": "^1.2.1",
"gulp-karma": "0.0.4",
"gulp-less": "~1.2.1",
"gulp-rename": "^1.2.0",
"gulp-rsvg": "^0.3.0",
"gulp-size": "~0.1.3",
"gulp-uglify": "^1.0.1",
"gulp-util": "~2.2.14",
"gulp-wrap": "~0.3.0",
"http": "0.0.0",
"http-get": "^0.5.10",
"imagemin-pngcrush": "^4.0.0",
"images": "^2.0.0",
"jasmine-node": "^1.14.3",
"karma-jasmine": "^0.1.5",
"karma-sauce-launcher": "^0.2.8",
"lodash": "^2.4.1",
"open": "0.0.5",
"protractor": "^0.22.0",
"q": "~1.0.1",
"rsvg": "^0.2.5",
"run-sequence": "^1.0.1",
"selenium-webdriver": "^2.41.0",
"simple-glob": "^0.1.0",
"through2": "^0.4.1",
"webdriverjs": "",
"winston": "^0.7.3"
},
"scripts": {
"preinstall": "npm i -g gulp grunt grunt-cli protractor docco; cd lib/keen; npm install"
}
}