-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 975 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
{
"name": "brackets-sass-lint",
"title": "Brackets Sass Lint",
"version": "1.11.1",
"description": "Brackets extension for pure Node.js Sass linting",
"main": "main.js",
"scripts": {
"test": "echo 'Run tests via Brackets'",
"release": "git archive --format zip -o release/petetnt.brackets-sass-lint.zip master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petetnt/brackets-sass-lint.git"
},
"keywords": [
"brackets-extension",
"sass",
"scss",
"lint",
"node",
"brackets"
],
"author": "Pete Nykänen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/petetnt/brackets-sass-lint/issues"
},
"homepage": "https://github.com/petetnt/brackets-sass-lint#readme",
"dependencies": {
"sass-lint": "^1.11.1"
},
"engines": {
"brackets": ">=1.4.0"
}
}