-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (26 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (26 loc) · 812 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
{
"name": "nano-csspack",
"version": "1.0.2",
"description": "Fast and simple but powerful enough CSS packer",
"main": "csspack.js",
"scripts": {
"test": "tape test/*.js",
"test-cov": "istanbul cover node_modules/tape/bin/tape -- test/*.js",
"test-travis": "istanbul cover node_modules/tape/bin/tape --report lcovonly -- test/*.js"
},
"keywords": [ "css", "packer", "minifier", "compressor", "minimizer" ],
"author": "Vladimir Antonov <me@holix.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Holixus/nano-csspack/issues"
},
"homepage": "https://github.com/Holixus/nano-csspack#readme",
"devDependencies": {
"tape": "4",
"istanbul": "0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Holixus/nano-csspack.git"
}
}