forked from stylus/stylus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "stylus",
"description": "Robust, expressive, and feature-rich CSS superset",
"version": "0.59.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"keywords": [
"css",
"parser",
"style",
"stylesheets",
"jade",
"language"
],
"repository": {
"type": "git",
"url": "git://github.com/stylus/stylus"
},
"main": "./index.js",
"browserify": "./lib/browserify.js",
"engines": {
"node": "*"
},
"bin": {
"stylus": "./bin/stylus"
},
"scripts": {
"prepublish": "npm prune",
"test": "mocha test/ test/middleware/ --require chai --bail --check-leaks --reporter dot"
},
"dependencies": {
"@adobe/css-tools": "^4.0.1",
"debug": "^4.3.2",
"glob": "^7.1.6",
"sax": "~1.2.4",
"source-map": "^0.7.3"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.0"
},
"bugs": {
"url": "https://github.com/stylus/stylus/issues"
},
"homepage": "https://github.com/stylus/stylus",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"license": "MIT",
"funding": "https://opencollective.com/stylus"
}