Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem
https://nextgraph.org
byzantine-fault-tolerancecrdtsdappsdecentralizede2eeeventual-consistencyjson-ldlocal-firstmarkdownocapoffline-firstp2pp2p-networkprivacy-protectionrdfrich-text-editorself-hostedsemantic-websparqlweb3collaboration
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
847 B
35 lines
847 B
{
|
|
"name": "ng-app-web",
|
|
"version": "0.1.0",
|
|
"description": "Web-based example application for NextGraph",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.nextgraph.org/NextGraph/nextgraph-rs.git"
|
|
},
|
|
"keywords": [
|
|
"webassembly",
|
|
"wasm",
|
|
"rust",
|
|
"webpack"
|
|
],
|
|
"author": "Niko PLP <niko@nextgraph.org>",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.nextgraph.org/NextGraph/nextgraph-rs/issues"
|
|
},
|
|
"homepage": "https://docs.nextgraph.org",
|
|
"dependencies": {
|
|
"ng-sdk-js": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.29.3",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-dev-server": "^3.1.5",
|
|
"copy-webpack-plugin": "^5.0.0"
|
|
}
|
|
}
|
|
|