-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "alertsjs",
"version": "0.1.0",
"description": "AlertsJS, is a simple and easy library to display beautiful modals.",
"main": ".eslintrc.js",
"directories": {
"example": "examples"
},
"scripts": {
"dev:build": "tsc && npm run minify",
"build": "babel ./src/dist -d ./dist",
"minify": "minify ./src/dist -d ./dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utkarshdubey/alerts-js.git"
},
"keywords": [
"AlertsJS",
"alerts",
"js",
"alerts",
"alerts-js"
],
"author": "AlertsJS Contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/utkarshdubey/alerts-js/issues"
},
"homepage": "https://github.com/utkarshdubey/alerts-js#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-minify": "^0.5.0",
"babel-plugin-uglify": "^1.0.2",
"babel-polyfill": "^6.26.0",
"jest": "^24.3.0"
},
"dependencies": {
"@types/node": "^11.11.3"
}
}