UNPKG

emoji-url-shortener

Version:
80 lines (79 loc) 2.11 kB
{ "name": "noty", "version": "3.1.0", "title": "Noty - Notification library", "description": "Noty is a library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)", "homepage": "http://ned.im/noty", "main": "lib/noty.js", "keywords": [ "noty", "notification", "alert", "confirmation" ], "files": [ "lib", "src" ], "bugs": { "url": "https://github.com/needim/noty/issues" }, "repository": { "type": "git", "url": "git://github.com/needim/noty.git" }, "author": { "name": "Nedim Arabacı", "url": "http://ned.im" }, "license": "MIT", "scripts": { "build": "webpack --env build", "dev": "webpack --progress --colors --watch --env dev", "format": "prettier-standard 'src/**/*.js'", "test": "npm run format && standard && grunt test", "precommit-msg": "echo 'Pre-commit checks...' && exit 0" }, "pre-commit": [ "precommit-msg", "test" ], "standard": { "ignore": [ "demo/**/*", "lib/**", "test/**" ], "parser": "babel-eslint" }, "devDependencies": { "autoprefixer": "^6.3.6", "babel-core": "6.24.1", "babel-eslint": "7.2.2", "babel-loader": "6.4.1", "babel-plugin-add-module-exports": "0.2.1", "babel-preset-es2015": "6.24.1", "css-loader": "^0.26.0", "es6-promise": "^4.1.0", "eslint": "^3.19.0", "eslint-loader": "1.7.1", "extract-text-webpack-plugin": "2.1.0", "grunt": "^1.0.1", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-qunit": "^2.0.0", "grunt-exec": "^2.0.0", "grunt-saucelabs": "^9.0.0", "load-grunt-tasks": "^3.5.2", "node-sass": "^4.1.0", "postcss-loader": "^1.0.0", "pre-commit": "^1.2.2", "prettier-standard": "^3.0.1", "sass-loader": "^4.0.1", "standard": "^10.0.2", "standard-loader": "^6.0.1", "style-loader": "^0.13.1", "web-push": "^3.2.2", "webpack": "2.4.1", "yargs": "7.0.2" } }