generated from mnpjs/package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.11 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.11 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "trapcss",
"version": "1.2.0",
"description": "Removes unused selectors from CSS files to achieve maximum optimisation. Can be used as an API function or with CLI.",
"main": "compile/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"dev": "node src/bin",
"compile": "depack src/bin/trapcss -o compile/bin/trapcss.js -a -c -S --externs types/externs.js",
"lib": "depack src/depack.js -o compile/trapcss.js -a -c --source_map_include_content",
"test-compile": "yarn test -e test-compile",
"lint": "eslint .",
"doc": "doc -o README.md -n _trapcss -a -d",
"wiki": "doc wiki -W wiki.git -n _trapcss -a -d",
"d": "yarn-s template d1 externs",
"d1": "typal compile/index.js types/index.js -u -t types/index.xml",
"template": "typal compile/template.js -T compile/index.js -t types/api.xml",
"externs": "typal types/externs.js",
"args": "argufy -o src/bin/get-args.js",
"alanode": "alanode"
},
"bin": {
"trapcss": "compile/bin/trapcss.js",
"trapcss-dev": "src/bin/index.js"
},
"files": [
"src",
"compile",
"types/externs.js",
"typedefs.json",
"COPYING"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/artdecocode/trapcss.git"
},
"typedefs": "typedefs.json",
"keywords": [
"web",
"css",
"minifier",
"browser"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/artdecocode/trapcss/issues"
},
"homepage": "https://art-deco.github.io/nodetools/trapcss-nodetools-tutorial.html",
"devDependencies": {
"@idio/idio": "^1.2.3",
"alamode": "^3.5.0",
"argufy": "^1.7.5",
"chrome-remote-interface": "^0.28.1",
"depack": "^1.1.1",
"documentary": "^1.37.0",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"indicatrix": "^1.4.1",
"rqt": "^4.0.0",
"temp-context": "^2.1.3",
"usually": "^1.2.0",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
}
}