This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "relationships",
"version": "0.0.1",
"description": "In this repository we will try to build and determine relationships between composers",
"private": true,
"scripts": {
"postinstall": "cd api && npm install && cd ..",
"start": "node index.js",
"lint": "eslint . || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MusicConnectionMachine/Relationships.git"
},
"author": "Sandro Bauer, René Birkeland, Lin Ji, Anshul Jindal, Krishen Kant Kandwal, Hendrik Leppelsack, Daniel Schubert, Simon Zachau",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/MusicConnectionMachine/Relationships/issues"
},
"homepage": "https://github.com/MusicConnectionMachine/Relationships#readme",
"devDependencies": {
"eslint": "^3.17.1"
},
"dependencies": {
"azure": "^2.0.0-preview",
"body-parser": "^1.17.1",
"commander": "^2.9.0",
"connect": "^3.2.0",
"event-stream": "^3.3.4",
"express": "^4.15.2",
"fs": "0.0.1-security",
"js-yaml": "^3.3.0",
"morgan": "^1.8.1",
"natural": "0.5.0",
"node-snowball": "0.2.0",
"promise-queue": "^2.2.3",
"request": "^2.81.0",
"sentence-tokenizer": "0.0.7",
"string-search": "^1.2.0",
"tail": "^1.2.1",
"wordnet": "^0.1.2",
"wordnet-db": "^3.1.2",
"wordpos": "1.1.2"
},
"main": "index.js",
"bin": {
"mcm-relationships": "./app/cli.js"
},
"keywords": [
"relationship",
"music",
"musicConnection"
]
}