UNPKG

change-title-onleave

Version:
45 lines (44 loc) 1.26 kB
{ "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": "alisonmonteiro.10@gmail.com", "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" } }