UNPKG

1.31 kBJSONView Raw
1{
2 "name": "stylus",
3 "description": "Robust, expressive, and feature-rich CSS superset",
4 "version": "0.54.8",
5 "author": "TJ Holowaychuk <tj@vision-media.ca>",
6 "keywords": [
7 "css",
8 "parser",
9 "style",
10 "stylesheets",
11 "jade",
12 "language"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/stylus/stylus"
17 },
18 "main": "./index.js",
19 "browserify": "./lib/browserify.js",
20 "engines": {
21 "node": "*"
22 },
23 "bin": {
24 "stylus": "./bin/stylus"
25 },
26 "scripts": {
27 "prepublish": "npm prune",
28 "test": "mocha test/ test/middleware/ --require should --bail --check-leaks --reporter dot",
29 "test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
30 },
31 "dependencies": {
32 "css-parse": "~2.0.0",
33 "debug": "~3.1.0",
34 "glob": "^7.1.6",
35 "mkdirp": "~1.0.4",
36 "safer-buffer": "^2.1.2",
37 "sax": "~1.2.4",
38 "semver": "^6.3.0",
39 "source-map": "^0.7.3"
40 },
41 "devDependencies": {
42 "jscoverage": "~0.6.0",
43 "mocha": "^8.0.1",
44 "should": "^13.2.3"
45 },
46 "bugs": {
47 "url": "https://github.com/stylus/stylus/issues"
48 },
49 "homepage": "https://github.com/stylus/stylus",
50 "directories": {
51 "doc": "docs",
52 "example": "examples",
53 "test": "test"
54 },
55 "license": "MIT"
56}