-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "toast-controller",
"version": "0.11.6",
"description": "Vanilla JS implementation of the Toast alert",
"main": "src/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "http-server ./"
},
"keywords": [
"toast",
"material",
"design",
"material",
"popup",
"google",
"modal",
"alert"
],
"author": "Ivan Mattie",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"gulp": "^3.9.1",
"gulp-if": "^2.0.2",
"gulp-param": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^2.1.2",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^4.0.0",
"webpack": "^2.6.0",
"webpack-stream": "^4.0.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/aeolingamenfel/toast-controller.git"
},
"bugs": {
"url": "https://github.com/aeolingamenfel/toast-controller/issues"
},
"homepage": "https://github.com/aeolingamenfel/toast-controller#readme"
}