-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "winningjs-svg2png",
"description": "A Grunt build task for converting SVGs to PNGs in the varieties desired by Windows 8.",
"keywords": ["gruntplugin", "windows8", "winjs", "winningjs", "svg", "png", "images"],
"version": "2.0.2",
"author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "git://github.com/NobleJS/WinningJS-svg2png.git"
},
"bugs": {
"url": "http://github.com/NobleJS/WinningJS-svg2png/issues"
},
"main": "lib/buildTask.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "grunt test",
"lint": "jshint tasks && jshint lib"
},
"dependencies": {
"svg2png": "~ 1.0",
"q": ">= 0.8.12"
},
"peerDependencies": {
"grunt": "~ 0.4.0"
},
"devDependencies": {
"chai": ">= 1.5.0",
"grunt": "~ 0.4.0",
"grunt-cli": "~ 0.1.6",
"grunt-simple-mocha": "~ 0.3.2",
"grunt-contrib-clean": "~ 0.4.0",
"jshint": ">= 0.9.1"
}
}