-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 887 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
35
36
37
38
39
40
41
{
"name": "grunt-retinify",
"description": "Grunt task for generating CSS with 2x background-images",
"version": "0.0.2",
"homepage": "https://github.com/cheshirsky/grunt-retinify",
"author": "Cheshirsky",
"files": [
"tasks"
],
"repository": {
"type": "git",
"url": "git://github.com/cheshirsky/grunt-retinify.git"
},
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-clean": "0.5.0"
},
"dependencies": {
"postcss": "~2.1.2"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"css",
"versioning"
],
"bugs": {
"url": "https://github.com/cheshirsky/grunt-retinify/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}