-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 889 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 889 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "mech-mpq",
"version": "1.1.1",
"description": "A StormLib MPQ wrapper.",
"main": "build/Release/mech_mpq",
"scripts": {
"test": "node_modules/.bin/mocha",
"install": "make"
},
"repository": {
"type": "git",
"url": "https://github.com/mechanica/MPQ"
},
"bugs": {
"url": "https://github.com/mechanica/MPQ/issues"
},
"keywords": [
"mpq",
"stormlib",
"native"
],
"author": "Kirill Enykeev <enykeev@gmail.com>",
"contributors": [
{
"name": "Shyam Guthikonda",
"url": "http://shy.am",
"email": "shyamguth@gmail.com"
}
],
"license": "MIT",
"gypfile": true,
"dependencies": {
"nan": "^2.1.0"
},
"engines": {
"node": ">= 4.x"
},
"devDependencies": {
"buffer-equal": "0.0.1",
"chai": "^3.4.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"rimraf": "^2.4.4"
}
}