UNPKG

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