forked from PhilippSchwab/MapleStory-node-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "maplestory-resources",
"version": "0.0.0",
"description": "MapleStory Clone Game Resources module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "gulp coffee-compile && jsdoc -c jsdoc.conf.json -R README.md",
"electron": "gulp coffee-compile && electron browser/_electron.js"
},
"keywords": [
"maplestory"
],
"author": "PhilippSchwab",
"license": "GPL-3.0",
"devDependencies": {
"coffeescript": "^2.0.0-beta5",
"colors": "^1.1.2",
"electron": "^37.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-coffee2": "^2.3.4",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.2",
"jsdoc": "^3.5.4",
"@airbnb/node-memwatch": "3.0.0",
"merge2": "^1.2.0",
"pug": "^2.0.0-rc.3",
"typescript": "^2.5.2"
},
"dependencies": {
"aes-js": "^3.1.0",
"deflate-js": "^0.2.3",
"iconv-lite": "^0.4.18",
"pngjs": "^3.3.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}