UNPKG

477 BJSONView Raw
1{ "name": "stylus"
2 , "description": "Robust, expressive language which compiles to CSS"
3 , "version": "0.10.0"
4 , "author": "TJ Holowaychuk <tj@vision-media.ca>"
5 , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]
6 , "repository": "git://github.com/learnboost/stylus"
7 , "main": "./index.js"
8 , "engines": { "node": ">= 0.2.4" }
9 , "bin": { "stylus": "./bin/stylus" }
10 , "dependencies": {
11 "cssom": "0.2.0"
12 , "growl": "1.1.0"
13 }
14}
\No newline at end of file