{
  "_from": "native-toast",
  "_id": "native-toast@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-jhZISOczxr6ueBXOt+UKvd/G1gW02t3Qz5qHqVNpU8TMOsphyAN9avT0hXKSa2+hX8FG8LI/tLulWjbj0G7uyw==",
  "_location": "/native-toast",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "native-toast",
    "name": "native-toast",
    "escapedName": "native-toast",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/native-toast/-/native-toast-1.2.1.tgz",
  "_shasum": "e84ec9659546f56cbf1ce3b0f301e3fa11b7ecd7",
  "_spec": "native-toast",
  "_where": "D:\\SmartHub Project\\Nagorà\\Web\\1.0\\vendors",
  "author": {
    "name": "EGOIST",
    "email": "0x142857@gmail.com",
    "url": "github.com/egoist"
  },
  "bugs": {
    "url": "https://github.com/egoist/native-toast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "object-assign": "^4.1.1"
  },
  "deprecated": false,
  "description": "Native-like toast notification but for the web.",
  "devDependencies": {
    "eslint": "^3.13.1",
    "eslint-config-rem": "^2.0.2",
    "gh-pages": "^0.12.0",
    "gulp": "^3.9.1",
    "gulp-jade": "^1.1.0",
    "gulp-postcss": "^6.1.1",
    "gulp-serve": "^1.2.0",
    "postcss-cssnext": "^2.5.2"
  },
  "engines": {
    "node": ">=4"
  },
  "eslintConfig": {
    "extends": "rem/esnext-browser"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/egoist/native-toast#readme",
  "keywords": [
    "toast",
    "android",
    "notification"
  ],
  "license": "MIT",
  "main": "dist/native-toast.js",
  "name": "native-toast",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/egoist/native-toast.git"
  },
  "scripts": {
    "build": "gulp build",
    "build:js": "bili src/js/index.js --buble.objectAssign objectAssign --format umd --module-name nativeToast",
    "dev": "gulp",
    "gh": "npm run build && npm run site && gh-pages -d ./site",
    "prepublish": "npm run build",
    "site": "mkdir -p site && cp -r dist site/ && cp index.html site/",
    "test": "eslint src/js/*.js"
  },
  "version": "1.2.1"
}
