-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
34 lines (34 loc) · 853 Bytes
/
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
{
"name": "x-gif",
"version": "0.0.0",
"description": "The GIF element the internet deserves",
"main": "dist/x-gif.html",
"readme": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/geelen/x-gif.git"
},
"author": "Glen Maddern",
"license": "MIT",
"bugs": {
"url": "https://github.com/geelen/x-gif/issues"
},
"devDependencies": {
"gulp": "~3.6.0",
"gulp-sass": "~0.7.1",
"gulp-concat": "~2.2.0",
"gulp-autoprefixer": "0.0.6",
"gulp-load-plugins": "~0.5.0",
"gulp-plumber": "~0.5.6",
"gulp-browserify": "~0.5.0",
"gulp-ruby-sass": "~0.4.1",
"gulp-connect": "~2.0.4",
"es6ify": "~1.2.0",
"gulp-uglify": "~0.3.1",
"gulp-rename": "~1.2.0",
"gulp-vulcanize": "~0.2.1"
}
}