-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
40
41
42
43
{
"name": "anitomyjs",
"version": "1.5.3",
"description": "Node.js binding for the Anitomy anime video filename parsing library",
"main": "anitomy.js",
"scripts": {
"test": "mocha test/test.js",
"install": "cmake-js compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xtansia/node.anitomy.js.git"
},
"keywords": [
"anitomy",
"anime",
"anime filename parsing",
"filename parsing",
"parsing",
"native binding"
],
"author": "Thomas Farr <[email protected]> (https://xtansia.com)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Xtansia/node.anitomy.js/issues"
},
"homepage": "https://github.com/Xtansia/node.anitomy.js#readme",
"dependencies": {
"bindings": "^1.5.0",
"cmake-js": "^5.3.2",
"nan": "^2.14.0"
},
"devDependencies": {
"JSONStream": "^1.3.5",
"async": "^3.1.0",
"chai": "^4.2.0",
"event-stream": "^4.0.1",
"mocha": "^6.2.0"
},
"engines": {
"node": ">= 0.10.0"
}
}