forked from horacioibrahim/sass-build-structure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "evernote-sass",
"version": "1.2.7",
"description": "Evernote Sass build structure",
"main": "bin/evernotesass",
"preferGlobal": true,
"bin": {
"evernotesass": "./bin/evernotesass",
"evernotesass-page": "./bin/evernotesass-page",
"evernotesass-module": "./bin/evernotesass-module"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/evernote/sass-build-structure.git"
},
"keywords": [
"sass",
"css",
"structure",
"template",
"smacss",
"evernote",
"web",
"front-end",
"scss"
],
"author": "Ryan Burgess <[email protected]> (http://everernote.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/evernote/sass-build-structure/issues"
},
"homepage": "https://github.com/evernote/sass-build-structure",
"dependencies": {
"fs-extra": "^0.16.3",
"get-date": "^1.0.0",
"grunt-sassyclean": "^0.1.1",
"mkdirp": "^0.5.0",
"path": "^0.11.14"
},
"devDependencies": {
},
"peerDependencies": {
},
"engines": {
"node": ">=0.10.0"
},
"licenses": {
"type": "MIT"
}
}