-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 968 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 968 Bytes
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
{
"name": "grunt-cssmyicons",
"version": "1.1.7",
"description": "Grunt task to generate a CSS for SVG icons",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=0.10.x"
},
"author": {
"name": "raiseandfall",
"url": "https://github.com/raiseandfall"
},
"homepage": "https://github.com/raiseandfall/grunt-cssmyicons",
"repository": {
"type": "git",
"url": "git@github.com:raiseandfall/cssmyicons.git"
},
"bugs": {
"url": "https://github.com/raiseandfall/grunt-cssmyicons/issues"
},
"keywords": [
"gruntplugin",
"icons",
"grunt",
"svg",
"png",
"css"
],
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"chalk": "^1.0.0",
"globby": "^2.0.0"
}
}