-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 757 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 757 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": "sharp11-jza",
"version": "0.0.2",
"description": "A probabilistic automaton model for jazz harmony",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsrmath/sharp11-jza.git"
},
"keywords": [
"sharp11",
"jazz",
"harmony",
"model",
"automaton"
],
"author": "Julian Rosenblum",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jsrmath/sharp11-jza/issues"
},
"homepage": "https://github.com/jsrmath/sharp11-jza#readme",
"dependencies": {
"jsonfile": "^4.0.0",
"sharp11": "^2.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "^4.0.1",
"sharp11-irb": "^1.0.0"
}
}