forked from gesior/open-tibia-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 869 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": "open-tibia-library",
"version": "0.1.6",
"description": "OpenTibiaLibrary",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch"
},
"author": "Gesior.pl (Jerzy Skalski)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/gesior/open-tibia-library.git"
},
"devDependencies": {
"@types/jszip": "*",
"@types/node": "*",
"babel-core": "^6.26.3",
"babel-loader": "^7.0",
"babel-polyfill": "^6.3.0",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.0",
"path": "*",
"ts-loader": "^3.0",
"typescript": "^2.6",
"webpack": "^3.12",
"webpack-cli": "^3.3"
},
"dependencies": {
"gif.js": "^0.2.0",
"jszip": "^3.2.2"
}
}