forked from google/closure-stylesheets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.68 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.68 KB
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
{
"name": "closure-stylesheets-java",
"version": "1.12.2",
"description": "Published JAR of an improved version of Closure Stylesheets to minify CSS, rename classes and expand browser prefixes.",
"main": "index.js",
"scripts": {
"doc": "doc -o README.md -d",
"wiki": "doc wiki -W wiki.git -d",
"d": "doc doc -o README -d",
"test": "zoroaster test/mask -a",
"bootstrap-pretty": "java -jar closure-stylesheets.jar --preserve-important-comments --pretty-print styles/bootstrap.css --allow-unrecognized-properties --allow-duplicate-declarations --output-file styles/bootstrap.pretty.css --source_map_include_content --output-source-map styles/bootstrap.pretty.css.map",
"compile": "mvn compile assembly:single",
"important": "java -jar closure-stylesheets.jar --pretty-print --allow-duplicate-declarations styles/important.css",
"bootstrap-min": "java -jar closure-stylesheets.jar styles/bootstrap.css --preserve-important-comments --skip-html-escaping --allow-unrecognized-properties --allow-duplicate-declarations --output-file styles/bootstrap.min.css",
"build": "mvn install -DskipTests",
"up": "alanode up"
},
"homepage": "https://www.artd.eco",
"repository": {
"type": "git",
"url": "git://github.com/artdecocode/closure-stylesheets-java.git"
},
"keywords": [
"css",
"closure",
"stylesheets",
"minify",
"vendor",
"prefix"
],
"files": [
"target/closure-stylesheets-1.12.2-SNAPSHOT-jar-with-dependencies.jar"
],
"author": "Anton <anton@adc.sh>",
"license": "Apache-2.0",
"devDependencies": {
"documentary": "^1.37.1",
"reloquent": "^1.4.1",
"temp-context": "^2.1.3",
"zoroaster": "^4.3.0"
}
}