-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 856 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
{
"name": "css-clean",
"version": "1.6.0",
"description": "A utility for formatting css and sass",
"main": "index.js",
"bin": {
"cssclean": "./index.bin.js"
},
"scripts": {
"test": "node test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeanJM/css-clean.git"
},
"keywords": [
"css",
"prettyprint",
"format",
"sass"
],
"author": "Sean MacIsaac <seanjmacisaac@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeanJM/css-clean/issues"
},
"homepage": "https://github.com/SeanJM/css-clean#readme",
"dependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"lasso-string": "^5.1.0",
"match-file-utility": "^3.4.0",
"tiny-test": "^0.9.2"
}
}