-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
91 lines (91 loc) · 2.05 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "stylify",
"description": "browserify plugin for stylus",
"version": "1.4.0",
"dependencies": {
"glob": "^7.1.1",
"lodash.flatten": "^4.4.0",
"lodash.merge": "^4.6.0",
"lodash.uniq": "^4.5.0",
"resolve": "^1.1.5",
"stylus": "0.54.5",
"through2": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^6.7.4",
"concat-stream": "^1.4.7",
"crel": "^3.0.0",
"insert-css": "^2.0.0",
"nib": "1.1.2",
"tap": "^10.2.0"
},
"scripts": {
"start": "beefy examples/simple.js -- -t ./",
"test": "tap test/*.js"
},
"main": "index.js",
"keywords": [
"stylus",
"css",
"browserify",
"browserify-transform"
],
"license": "MIT",
"directories": {
"doc": "docs",
"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",
"author": "Damon Oehlman <[email protected]>",
"contributors": [
{
"url": "https://github.com/mikeybox",
"contributions": 1,
"additions": 53,
"deletions": 5
},
{
"name": "contra",
"email": "[email protected]",
"url": "https://github.com/contra",
"contributions": 1,
"additions": 23,
"deletions": 15,
"hireable": false
},
{
"name": "Damon Oehlman",
"email": "[email protected]",
"url": "https://github.com/DamonOehlman",
"contributions": 30,
"additions": 320,
"deletions": 145,
"hireable": false
},
{
"name": "Nikita Litvin",
"email": "[email protected]",
"url": "https://github.com/deltaidea",
"contributions": 1,
"additions": 5,
"deletions": 2,
"hireable": true
},
{
"name": "Felix",
"email": "",
"url": "https://github.com/felixhageloh",
"contributions": 8,
"additions": 264,
"deletions": 111,
"hireable": false
}
]
}