-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.44 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
{
"name": "localized-responsive-google-play-badge",
"version": "1.0.2",
"description": "A SVG of the current Google Play™ badge containing all languages.",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt & gulp test",
"init": "gulp download-badges",
"publish": "bower register localized-responsive-google-play-badge https://github.com/XmlmXmlmX/localized-responsive-google-play-badge"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XmlmXmlmX/localized-responsive-google-play-badge.git"
},
"keywords": [
"svg",
"google-play",
"badge"
],
"author": "Sebastian Hösl",
"license": "MIT",
"bugs": {
"url": "https://github.com/XmlmXmlmX/localized-responsive-google-play-badge/issues"
},
"homepage": "https://github.com/XmlmXmlmX/localized-responsive-google-play-badge#readme",
"devDependencies": {
"bower": "^1.7.9",
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.1",
"grunt-string-replace": "^1.3.0",
"grunt-svgmin": "^3.3.0",
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.1",
"gulp-util": "^3.0.7",
"load-grunt-tasks": "^3.5.2",
"panini": "^1.3.0",
"request": "^2.75.0"
}
}