| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "stylus",
- "description": "Robust, expressive, and feature-rich CSS superset",
- "version": "0.54.5",
- "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": "1.7.x",
- "mkdirp": "0.5.x",
- "debug": "*",
- "sax": "0.5.x",
- "glob": "7.0.x",
- "source-map": "0.1.x"
- },
- "devDependencies": {
- "should": "8.x",
- "mocha": "*",
- "jscoverage": "0.3.8"
- },
- "bugs": {
- "url": "https://github.com/stylus/stylus/issues"
- },
- "homepage": "https://github.com/stylus/stylus",
- "directories": {
- "doc": "docs",
- "example": "examples",
- "test": "test"
- },
- "license": "MIT"
- }
|