-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.07 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-sass-globbing",
"description": "@import file map creation for Sass, PostCSS or Less",
"version": "1.5.1",
"homepage": "https://github.com/DennisBecker/grunt-sass-globbing",
"author": {
"name": "Dennis Becker",
"email": "mail.dennisbecker@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/DennisBecker/grunt-sass-globbing.git"
},
"bugs": {
"url": "https://github.com/DennisBecker/grunt-sass-globbing/issues"
},
"license" : "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt --verbose"
},
"devDependencies": {
"grunt": ">=0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"sass",
"libsass",
"postcss",
"less",
"node-sass",
"glob",
"gobbing",
"sass-globbing",
"grunt-sass",
"grunt-less",
"grunt-postcss",
"grunt-contrib-sass"
]
}