toasted
Version:
Simple and Easy Toast Notifications for React
44 lines (43 loc) • 955 B
JSON
{
"name": "toasted",
"version": "1.1.8",
"description": "Simple and Easy Toast Notifications for React",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/KadoBOT/toasted.git"
},
"keywords": [
"React",
"Toast",
"Toasty",
"Notification",
"toasted"
],
"files": [
"dist"
],
"author": "Ricardo \"Kado\" Ambrogi",
"license": "MIT",
"bugs": {
"url": "https://github.com/KadoBOT/toasted/issues"
},
"readmeFilename": "README.md",
"dependencies": {
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0"
},
"optionalDependencies": {},
"homepage": "https://github.com/KadoBOT/toasted#readme",
"_id": "toasted@1.0.0",
"_from": "toasted@"
}