-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "ontodia-javascript-example",
"version": "1.0.0",
"description": "Ontodia library embedding example",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --port 5000 --host 0.0.0.0 --history-api-fallback"
},
"dependencies": {
"ontodia": "",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"source-map-loader": "^0.1.6",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ontodia-org/ontodia-javascript-example.git"
},
"keywords": [
"ontodia",
"graph",
"visualization",
"OWL",
"example"
],
"author": "Yury Emelyanov",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/ontodia-org/ontodia-javascript-example/issues"
},
"homepage": "https://github.com/ontodia-org/ontodia-javascript-example#readme"
}