-
Notifications
You must be signed in to change notification settings - Fork 373
/
package.json
36 lines (36 loc) · 894 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
36
{
"name": "ouibounce",
"version": "0.0.12",
"description": "Show some HTML before visitors leave your site.",
"main": "build/ouibounce.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/carlsednaoui/ouibounce.git"
},
"author": "Carl Sednaoui",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlsednaoui/ouibounce/issues"
},
"homepage": "https://github.com/carlsednaoui/ouibounce",
"devDependencies": {
"gulp": "~3.5.0",
"gulp-uglify": "~0.1.0",
"gulp-rename": "~0.2.2",
"gulp-autoprefixer": "0.0.6",
"gulp-minify-css": "~0.3.0",
"gulp-wrap-umd": "~0.1.1",
"mocha": "~1.17.1",
"should": "~3.1.2",
"zombie": "~2.0.0-alpha29",
"gulp-stylus": "0.0.13",
"jshint-stylish": "~2.0.0",
"gulp-jshint": "~1.11.0"
}
}