alerts
Version:
Simple and straigtforward notifications for the browser.
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "alerts",
"version": "0.1.3",
"description": "Simple and straigtforward notifications for the browser.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/beefy test.js --open"
},
"repository": {
"type": "git",
"url": "https://github.com/acstll/alerts.git"
},
"keywords": [
"alerts",
"notifications",
"browser"
],
"author": "Arturo Castillo Delgado <19@8302.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/acstll/alerts/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-amd-wrap": "~1.0.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-clean": "~0.5.0",
"tape": "~1.1.1",
"beefy": "~0.4.4",
"dom-events": "~0.1.1"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/8..latest",
"firefox/20..latest",
"firefox/nightly",
"chrome/25..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}