-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 551 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 551 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
{
"name": "abletonlink",
"version": "0.1.3",
"description": "ableton link for node.js",
"main": "index.js",
"directories": {
"example": "./example"
},
"scripts": {
"node-gyp": "node-gyp"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/2bbb/node-abletonlink"
},
"author": "2bit [i@2bit.jp]",
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^2.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"types": "./index.d.ts",
"gypfile": true
}