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{
"name": "Snarl",
"version": "0.3.3",
"description": "Web Notifications based on Growl",
"author": "Liam Gray <hoxxep@gmail.com>",
"main": "dist/snarl.min.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-jshint": "^1.12.0",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-zip": "^4.0.0",
"jshint-stylish": "^1.0.2",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/hoxxep/Snarl.git"
},
"bugs": {
"url": "https://github.com/hoxxep/Snarl/issues"
},
"homepage": "https://hoxxep.github.io/snarl"
}