forked from jasongornall/stylushelp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"author": {
"name": "Jason Gornall",
"email": "[email protected]"
},
"contributors": [
{
"name": "Steven Anderson",
"email": "[email protected]"
}
],
"main": "./lib/stylus-help",
"bin": {
"stylus-help": "./bin/stylus-help"
},
"bugs": {
"email": "[email protected]"
},
"dependencies": {
"optimist": "0.6.x",
"async": "0.9.x"
},
"devDependencies": {
"coffee-script": "1.7.x"
},
"description": "Stylus tools to help with development",
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"keywords": "stylus, stylus help",
"name": "stylus-help",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "[email protected]:jasongornall/stylushelp.git"
},
"scripts": {
"prepublish": "cake build"
},
"version": "1.3.1"
}