-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 915 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
35
36
37
38
39
{
"author": "Matt McKellar-Spence",
"bugs": {
"url": "https://github.com/MattMS/ESM_reader/issues"
},
"dependencies": {
"bunyan": "^1.8.1",
"ramda": "^0.21.0",
"through2": "^2.0.1"
},
"description": "Read data from Fallout 3 ESM files.",
"devDependencies": {
"coffee-script": "^1.10.0",
"coffeetape": "^1.0.1",
"rimraf": "^2.5.4",
"tape": "^4.5.1"
},
"homepage": "https://github.com/MattMS/ESM_reader#readme",
"keywords": [
"binary",
"ESM",
"Fallout",
"reader",
"stream"
],
"license": "ISC",
"main": "main.js",
"name": "esm_reader",
"repository": {
"type": "git",
"url": "git+https://github.com/MattMS/ESM_reader.git"
},
"scripts": {
"clean": "rimraf *.js parser/*.js records/*.js test/**/*.js values/*.js",
"prepublish": "coffee -c ./",
"test": "coffeetape ./test/**/*.coffee.md"
},
"version": "0.4.0"
}