forked from stigi/mpc1k-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 833 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 833 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
{
"name": "mpc1k-node",
"description": "A library to parse & generate preset files (PGM) for the AKAI MPC1000",
"version": "0.0.1",
"homepage": "http://github.com/stigi/mpc1k-node",
"author": "Ullrich Schäfer <ullrich@seidbereit.de> (http://seidbereit.de)",
"keywords": [
"akai",
"mpc",
"mpc1000",
"preset",
"pgm"
],
"dependencies": {
"binary": ">=0.2.1",
"put": ">=0.0.5"
},
"licenses": [
{
"type": "BSD",
"url": "http://www.opensource.org/licenses/BSD-3-Clause"
}
],
"repository": {
"type": "git",
"url": "git://github.com/stigi/mpc1k-node.git"
},
"engines": {
"node": "*"
},
"main": "mpc1k-node.js",
"directories": {
"lib": "lib"
}
}