-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 819 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 819 Bytes
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
{
"name": "pleaseDontGo",
"version": "1.0.0",
"description": "A JavaScript plugin used for changing the title and the favicon of the website when a visitor navigates to another tab.",
"main": "./dist/pleaseDontGo.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thomasvaeth/pleaseDontGo.git"
},
"homepage": "https://github.com/thomasvaeth/pleaseDontGo",
"bugs": "https://github.com/thomasvaeth/pleaseDontGo/issues",
"scripts": {
"start": "gulp"
},
"keywords": [
"favicon",
"title"
],
"author": "Thomas Vaeth <thomas.vaeth@gmail.com> (http://thomasvaeth.com/)",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-strip-comments": "^2.4.3",
"gulp-uglify": "^2.0.0"
}
}