-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 757 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 757 Bytes
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
{
"name": "lol-anm-parser",
"license": "MIT",
"description": "A parser for .anm files from League of Legends.",
"version": "0.9.1",
"homepage": "https://github.com/Pupix/lol-anm-parser",
"author": {
"name": "Robert Manolea",
"email": "manolea.robert@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pupix/lol-anm-parser.git"
},
"bugs": {
"url": "https://github.com/Pupix/lol-anm-parser/issues"
},
"dependencies": {
"lol-file-parser": "*",
"lol-hash-util": "*",
"three": "*",
"expandjs": "^0.9.0"
},
"keywords": [
"file parser",
"league of legends",
"lol",
"anm"
]
}