-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 788 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 788 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": "morfeusz2",
"version": "0.1.0",
"description": "Morfeusz2 node bindings",
"gypfile": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild",
"preinstall": "node scripts/install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxtomczyk/node-morfeusz2.git"
},
"author": "Maksymilian Tomczyk <m.tomczyk.dev@gmail.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/maxtomczyk/node-morfeusz2/issues"
},
"homepage": "https://github.com/maxtomczyk/node-morfeusz2#readme",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^1.7.1"
},
"directories": {
"lib": "lib"
},
"devDependencies": {}
}