-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.49 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
{
"name": "cook-toast",
"version": "1.0.6",
"description": "An Indication for User that what to do NEXT with SLIDE Animation on UI Like Angular.To give warning to user like Please Not try this Again.If I want to show the Success response on the UI.If I want to show the Failure response on UI.",
"main": "index.js",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/toast.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/toast.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hardy12994/toast.git"
},
"keywords": [
"toast",
"toaster",
"cook-toast",
"web-toaster",
"web-toast",
"ui-toast"
],
"author": "hardeep singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/hardy12994/toast/issues"
},
"homepage": "https://github.com/hardy12994/toast#readme",
"dependencies": {},
"devDependencies": {
"node-sass": "^4.5.3",
"rollup": "^0.50.0",
"rollup-plugin-angular": "^0.5.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-typescript2": "^0.8.0",
"typescript": "~2.3.3",
"uglify-js": "^3.1.8"
}
}