forked from MusicConnectionMachine/RelationshipsG3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "relationships-g3",
"version": "0.0.1",
"description": "In this repository we will try to build and determine relationships between composers",
"private": true,
"scripts": {
"prestart": "npm install",
"start": "node index.js",
"lint": "eslint . || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MusicConnectionMachine/RelationshipsG3.git"
},
"author": "René Birkeland, Anshul Jindal, Krishen Kant Kandwal, Hendrik Leppelsack",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MusicConnectionMachine/RelationshipsG3/issues"
},
"homepage": "https://github.com/MusicConnectionMachine/RelationshipsG3#readme",
"devDependencies": {
"eslint": "^3.17.1"
},
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"fs": "0.0.1-security",
"morgan": "^1.8.1",
"request": "^2.81.0",
"sentence-tokenizer": "0.0.7",
"tail": "^1.2.1",
"connect": "^3.2.0",
"js-yaml": "^3.3.0",
"swagger-tools": "0.10.1"
},
"main": "index.js",
"keywords": [
"relationship",
"music",
"musicConnection"
]
}