-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
29 lines (29 loc) · 1.08 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
{
"name": "jasonsanjose.brackets-sass",
"title": "Brackets SASS",
"homepage": "https://github.com/jasonsanjose/brackets-sass/releases/tag/2.0.3",
"author": "Jason San Jose (https://github.com/jasonsanjose)",
"repository": {
"type" : "git",
"url" : "https://github.com/jasonsanjose/brackets-sass.git"
},
"license": "MIT",
"version": "2.0.3",
"engines": {
"brackets": ">=0.38"
},
"description": "***IMPORTANT*** Read \"More info...\" if you have issues removing or installing. Compiles SASS *.sass/*.scss files when changed. Updates styles during Live Preview. Experimental support for Quick Edit.",
"keywords": ["sass", "scss", "live", "preview", "compile", "compiler", "preprocess", "preprocessor", "libsass", "node-sass"],
"devDependencies": {
"grunt": "0.4.1",
"grunt-cli": "0.1.9",
"grunt-contrib-jshint": "0.6.0",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-requirejs": "0.4.1",
"load-grunt-tasks": "0.2.0",
"grunt-contrib-compress": "0.7.0",
"grunt-gitinfo": "0.1.6",
"jshint": "2.1.4"
}
}