-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 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
{
"name": "ac-ontology",
"version": "1.3.0",
"description": "The Audio Commons ontology (http://www.audiocommons.org/)",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AudioCommons/ac-ontology.git"
},
"author": "miguel.ceriani@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/AudioCommons/ac-ontology/issues"
},
"homepage": "https://github.com/AudioCommons/ac-ontology#readme",
"devDependencies": {
"ejs": "^3.1.8",
"fs": "0.0.1-security",
"js-yaml": "^3.14.1",
"jsld": "^1.0.3",
"jsonld": "^3.2.0",
"path": "^0.12.7",
"rdflib": "^2.1.3"
},
"dependencies": {
"express": "^4.17.1"
}
}