-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 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
{
"name": "grunt-scss-imports",
"version": "0.0.1",
"description": "A grunt task to create sass/scss @import statements from a collection of stylesheet files",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/ITspirit/grunt-sass-imports.git"
},
"author": {
"name": "Michael Frank",
"email": "contact@phpdoctor.cc",
"url": "https://github.com/ITspirit/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ITspirit/grunt-sass-imports/issues"
},
"homepage": "https://github.com/ITspirit/grunt-sass-imports",
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-sass": "~0.9.0",
"grunt": "~0.4"
},
"peerDependencies": {
"grunt": "~0.4"
},
"keywords": [
"gruntplugin",
"sass",
"sassCSS",
"scss",
"scssCSS",
"compass",
"import",
"@import"
],
"publishConfig": {
"registry":"http://registry.npmjs.org/"
}
}