Sha256: 5f6ca7ddbac253c94baf822afed6043c7b9afed5187f931a0c2289f11dca197e

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

{   "name": "stylus"
  , "description": "Robust, expressive, and feature-rich CSS superset"
  , "version": "0.24.0"
  , "author": "TJ Holowaychuk <tj@vision-media.ca>"
  , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]
  , "repository": "git://github.com/learnboost/stylus"
  , "main": "./index.js"
  , "engines": { "node": "> 0.4.x < 0.7.0" }
  , "bin": { "stylus": "./bin/stylus" }
  , "scripts" : { "prepublish" : "npm prune", "test": "make test" }
  , "dependencies": {
      "cssom": "0.2.2"
    , "growl": "1.4.x"
    , "mkdirp": "0.3.x"
    , "debug": "*"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stylus-source-0.24.0 vendor/package.json