-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.23 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "change-title-onleave",
"version": "0.0.5",
"description": "Change the tab title by change its visibility",
"main": "index.js",
"scripts": {
"start": "serve",
"build": "browserify index.js -s ChangeTitleOnLeave -t [babelify] -o change-title-onleave.js",
"build-min": "uglifyjs change-title-onleave.js -o change-title-onleave.min.js",
"deploy": "ns -c 'list . -s'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alisonmonteiro/change-title-onleave.git"
},
"author": {
"name": "Alison",
"email": "[email protected]",
"url": "alisonmonteiro.com.br"
},
"keywords": [
"window",
"events",
"js",
"tabs",
"onchange",
"onblur"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alisonmonteiro/change-title-onleave/issues"
},
"homepage": "https://github.com/alisonmonteiro/change-title-onleave#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"uglify-js": "^3.0.16"
}
}