12345678910111213141516171819 |
- {
- "author": "Jonathan Graham <theflametrooper@gmail.com>",
- "description": "Toast alerts (initially developed for Vue.js with a material-design style)",
- "devDependencies": {
- "@babel/core": "^7.5.5",
- "@babel/preset-env": "^7.5.5",
- "babel-loader": "^8.0.6",
- "webpack": "^4.39.2",
- "webpack-cli": "^3.3.7"
- },
- "license": "MIT",
- "main": "dist/toasters.js",
- "name": "toasters",
- "scripts": {
- "build": "webpack --mode=production --progress --hide-modules",
- "dev": "webpack --mode=development --watch"
- },
- "version": "1.1.3"
- }
|