-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "banner-boi",
"version": "1.1.0",
"description": "Automated HTML5 Standard Banner Creation Tool to save you time.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"assemble": "^0.4.42",
"del": "^2.0.2",
"grunt": "^0.4.5",
"grunt-assemble": "^0.4.0",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-image": "^1.0.7",
"grunt-newer": "^1.1.0",
"grunt-pleeease": "^1.3.1",
"grunt-sass": "^1.0.0",
"grunt-stripcomments": "^0.4.0",
"grunt-text-replace": "^0.4.0",
"imagemin-mozjpeg": "^5.1.0",
"load-grunt-tasks": "^3.1.0",
"replace": "^0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/leedium/banner-boi"
},
"keywords": [
"HTML5",
"Banners",
"Responsive",
"css3",
"Greensock"
],
"author": "leedium",
"license": "ISC",
"bugs": {
"url": "https://github.com/leedium/banner-boi"
},
"homepage": "https://github.com/leedium/banner-boi",
"dependencies": {
"grunt-spritesmith": "^5.0.0",
"imagemin-mozjpeg": "^5.1.0"
}
}