forked from DamonOehlman/stylify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 862 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
{
"name": "stylify",
"description": "browserify plugin for stylus",
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"version": "0.1.5",
"dependencies": {
"stylus": "~0.46",
"clean-css": "^2",
"through": "^2",
"nib": "^1.0.3"
},
"devDependencies": {
"insert-css": "~0.1.1",
"crel": "~1.1.0"
},
"scripts": {
"gendocs": "gendocs > README.md",
"start": "beefy examples/simple.js -- -t ./"
},
"main": "index.js",
"keywords": [
"stylus",
"css",
"browserify",
"browserify-transform"
],
"license": "MIT",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/stylify.git"
},
"bugs": {
"url": "https://github.com/DamonOehlman/stylify/issues"
},
"homepage": "https://github.com/DamonOehlman/stylify"
}