-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 870 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
{
"name": "metalsmith-css-packer",
"version": "0.5.0",
"description": "CSS packer/minifier/optimizer for metalsmith",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stafyniaksacha/metalsmith-css-packer.git"
},
"keywords": [
"metalsmith",
"stylesheets",
"css",
"packer",
"minifier",
"optimizer"
],
"author": "Sacha STAFYNIAK <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stafyniaksacha/metalsmith-css-packer/issues"
},
"homepage": "https://github.com/stafyniaksacha/metalsmith-css-packer#readme",
"dependencies": {
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.5",
"csso": "^4.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.5"
}
}