UNPKG

672 BJSONView Raw
1{
2 "author": {
3 "name": "Jason Gornall",
4 "email": "gornall.jason@gmail.com"
5 },
6 "main": "./lib/stylus-help",
7 "bin": {
8 "stylus-help": "./bin/stylus-help"
9 },
10 "bugs": {
11 "email": "gornall.jason@gmail.com"
12 },
13 "dependencies": {
14 "optimist": "0.6.x",
15 "async": "0.9.x",
16 "coffee-script": "1.7.x"
17 },
18 "description": "Stylus tools to help with development",
19 "directories": {
20 "lib": "./lib",
21 "bin": "./bin"
22 },
23 "keywords": "stylus, stylus help",
24 "name": "stylus-help",
25 "preferGlobal": true,
26 "repository": {
27 "type": "git",
28 "url": "git@github.com:jasongornall/stylushelp.git"
29 },
30 "version": "1.0.3"
31}