57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "stylus",
|
|
"description": "Robust, expressive, and feature-rich CSS superset",
|
|
"version": "0.54.8",
|
|
"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 should --bail --check-leaks --reporter dot",
|
|
"test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
|
|
},
|
|
"dependencies": {
|
|
"css-parse": "~2.0.0",
|
|
"debug": "~3.1.0",
|
|
"glob": "^7.1.6",
|
|
"mkdirp": "~1.0.4",
|
|
"safer-buffer": "^2.1.2",
|
|
"sax": "~1.2.4",
|
|
"semver": "^6.3.0",
|
|
"source-map": "^0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"jscoverage": "~0.6.0",
|
|
"mocha": "^8.0.1",
|
|
"should": "^13.2.3"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stylus/stylus/issues"
|
|
},
|
|
"homepage": "https://github.com/stylus/stylus",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"example": "examples",
|
|
"test": "test"
|
|
},
|
|
"license": "MIT"
|
|
}
|