forked from asciidisco/grunt-imagine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
{
"name": "grunt-imagine",
"description": "Grunt tasks for optimizing, inlining & spriting images",
"version": "0.3.41",
"homepage": "http://asciidisco.github.com/grunt-imagine/",
"author": {
"name": "asciidisco",
"email": "public@asciidisco.com",
"url": "http://www.asciidisco.com"
},
"repository": {
"type": "git",
"url": "https://github.com/asciidisco/grunt-imagine.git"
},
"bugs": {
"url": "https://github.com/asciidisco/grunt-imagine/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://asciidisco.github.com/grunt-imagine//blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"bin": "bin/grunt-imagine",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test --verbose"
},
"dependencies": {
"grunt": "~0.4.5",
"which": "~1.0.5",
"lodash": "~2.4.1",
"mime": "~1.2.11",
"async": "~0.9.0",
"phantomjs": "~1.9.7-15",
"cheerio": "~0.17.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.6.1"
},
"keywords": [
"gruntplugin"
]
}