forked from 40Digits/sassqwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 803 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": "sassqwatch",
"version": "0.7.4",
"description": "The Sass Query Watcher.",
"repository": "https://github.com/40Digits/sassqwatch/",
"main": "./lib/sassqwatch",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sass",
"media",
"query",
"css",
"breakpoint",
"javascript",
"responsive"
],
"author": "40Digits",
"license": "MIT",
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-filesize": "0.0.6",
"gulp-livereload": "^3.7.0",
"gulp-notify": "^2.2.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.0",
"minimatch": "^2.0.1",
"monocle": "^1.1.51",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.1.0",
"vinyl-source-stream": "^1.0.0"
}
}