-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) Β· 838 Bytes
/
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
{
"name": "mermaid-rdf",
"version": "0.1.0",
"author": {
"name": "Kyebego",
"url": "https://go.KIBI.family/"
},
"license": "GPL-3.0-or-later",
"description": "π§ββοΈπ An RDF library for JavaScript",
"homepage": "https://github.com/marrus-sh/mermaid#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/marrus-sh/mermaid.git"
},
"bugs": "https://github.com/marrus-sh/mermaid/issues",
"devDependencies": {
"Roost": "git+https://github.com/marrus-sh/Roost.git",
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"directories": {
"doc": "./Sources",
"lib": "./Build",
"test": "./Tests"
},
"browser": "Build/mermaid.js",
"scripts": {
"prepare": "cake build",
"test": "mocha --require coffeescript/register --recursive \"./Tests/*.coffee\""
}
}