-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 951 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
42
{
"name": "grunt-pixrem",
"description": "Generate pixel fallbacks for rem units with Grunt.",
"version": "0.1.2",
"homepage": "https://github.com/robwierzbowski/grunt-pixrem",
"author": "Rob Wierzbowski <[email protected]> (http://robwierzbowski.com)",
"repository": {
"type": "git",
"url": "git://github.com/robwierzbowski/grunt-pixrem.git"
},
"bugs": "https://github.com/robwierzbowski/grunt-pixrem/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/robwierzbowski/grunt-build-control/blob/master/LICENSE"
}
],
"main": "grunt.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"dependencies": {
"pixrem": "2.0.0"
},
"devDependencies": {
"grunt": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"css",
"parser",
"postproccessor",
"rem",
"responsive",
"grunt.js",
"grunt",
"gruntplugin"
]
}