-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 976 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
{
"name": "enb-sass",
"version": "1.3.3",
"description": "enb sass tech",
"keywords": [
"enb",
"sass",
"scss",
"css"
],
"author": "Viacheslav Glushko <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/enb-make/enb-sass/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "[email protected]:enb-make/enb-sass.git"
},
"homepage": "https://github.com/enb-make/enb-sass",
"bugs": "https://github.com/enb-make/enb-sass/issues",
"maintainers": [
{
"name": "Viacheslav Glushko",
"email": "[email protected]",
"github-username": "ixax"
}
],
"dependencies" : {
"enb": "0.15.0",
"node-sass": "3.3.3",
"vow": "0.4.9",
"inherit": "2.2.2"
},
"engines": {
"node": ">=0.10"
},
"main": "techs/css-sass.js"
}