-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.23 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
{
"private": false,
"name": "@mindgamesnl/messaget",
"version": "1.0.6",
"description": "Simple MessaGet javascript implementation",
"main": "src/boot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write '**/*.{js,css,json,md}'",
"build": "webpack --config webpack.config.js --display-modules"
},
"author": "Mats <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-minify-webpack-plugin": "^0.3.1",
"prettier": "^1.18.2",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-ie": "6.7.0",
"js-simple-events": "^1.2.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/messaget/js-client.git"
},
"keywords": [
"messaget",
"client",
"controller"
],
"bugs": {
"url": "https://github.com/messaget/js-client/issues"
},
"homepage": "https://github.com/messaget/js-client#readme"
}