forked from enb/enb-stylus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.18 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
{
"name": "enb-less",
"version": "2.0.3",
"description": "enb stylus techs",
"keywords": [
"enb",
"stylus",
"styl",
"css",
"autoprefixer",
"nib"
],
"authors": "Pavel Akhmetchanov <[email protected]>",
"authors": [
"Pavel Akhmetchanov <[email protected]>",
"Marat Dulin <[email protected]>"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/enb-make/enb-less/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "[email protected]:pavelpower/enb-less.git"
},
"homepage": "https://github.com/pavelpower/enb-less",
"bugs": "https://github.com/pavelpower/enb-less/issues",
"maintainers": [
{
"name": "Pavel Akhmetchanov",
"email": "[email protected]",
"github-username": "pavelpower"
}
],
"contributors": [
"Pavel Akhmetchanov <[email protected]>"
],
"peerDependencies": {
"enb": ">=0.8.43 <1.0.0"
},
"dependencies": {
"vow": "0.4.8",
"less": "~1.7.5",
"autoprefixer-core": "~5.1.0"
},
"devDependencies": {
"enb": ">=0.8.43 <1.0.0",
"jscs": "~1.0.15",
"jshint": "~2.3.0"
},
"scripts": {
"test": "make lint"
}
}