-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "toaster-js",
"version": "2.2.3",
"description": "The vanilla JavaScript ES6 minimalistic toast pup-up messages module for your project.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ZitRos/toaster-js.git"
},
"scripts": {
"build": "npm run webpack -- -p && npm run css",
"css": "node-sass default.scss default.css",
"webpack": "webpack"
},
"keywords": [
"toast",
"toasts",
"javascript",
"toaster",
"alert",
"hint",
"module",
"pop-up",
"message",
"notification"
],
"author": "ZitRo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZitRos/toaster-js/issues"
},
"homepage": "https://github.com/ZitRos/toaster-js#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"node-sass": "^7.0.0",
"webpack": "^2.3.3"
}
}