-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1022 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
{
"name": "mystical-notification",
"version": "1.0.1",
"description": "Simple customizable web alerts with no dependencies.",
"main": "dist/mystical",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/bradmartin/mystical-notification"
},
"scripts": {
"clean-dist": "rimraf dist",
"dev": "node_modules/.bin/webpack-dev-server",
"build": "webpack --progress --colors -p"
},
"keywords": [
"TypeScript",
"bradmartin",
"notification",
"alert"
],
"author": "Brad Martin <bradwaynemartin@gmail.com> (https://github.com/bradmartin)",
"license": "Apache-2.0",
"bugs": "https://github.com/bradmartin/mystical-notification/issues",
"homepage": "https://github.com/bradmartin/mystical-notification",
"devDependencies": {
"awesome-typescript-loader": "^3.1.2",
"typescript": "^2.2.1",
"uglify-js": "^2.8.11",
"uglifyjs-webpack-plugin": "^0.3.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}