-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 848 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 848 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
{
"name": "grunt-consolidate-css",
"description": "Consolidates, converts and minifies your CSS, SASS, and SCSS files directed purely by your HTML",
"version": "0.4.2",
"homepage": "https://github.com/izb/grunt-consolidate-css",
"author": {
"name": "Ian Beveridge",
"email": "ian.beveridge@gmail.com"
},
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/izb/grunt-consolidate-css.git"
},
"bugs": {
"url": "https://github.com/izb/grunt-consolidate-css/issues"
},
"main": "grunt.js",
"engines": {
"node": ">=0.8.1"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.3.11"
},
"devDependencies": {
"grunt": "~0.3.11"
},
"keywords": ["gruntplugin"]
}