1234567891011121314151617 |
- {
- "name": "glagol-stylus",
- "version": "0.1.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Adam Avramov <fallenblood@example.com> (http://github.com/egasimus)",
- "license": "ISC",
- "dependencies": {
- "glagol": "^2.0.0-rc8",
- "stylus": "^0.53.0",
- "xtend": "^4.0.1"
- }
- }
|