-
- Downloads
[feat] create documents validator
Showing
- .travis.yml 0 additions, 5 deletions.travis.yml
- LICENSE-APACHE 0 additions, 201 deletionsLICENSE-APACHE
- LICENSE-MIT 0 additions, 25 deletionsLICENSE-MIT
- LICENSE.txt 662 additions, 0 deletionsLICENSE.txt
- README.md 0 additions, 9 deletionsREADME.md
- index.html 42 additions, 8 deletionsindex.html
- index.js 132 additions, 2 deletionsindex.js
- main.css 46 additions, 0 deletionsmain.css
- package-lock.json 774 additions, 776 deletionspackage-lock.json
- package.json 11 additions, 9 deletionspackage.json
.travis.yml
deleted
100644 → 0
LICENSE-APACHE
deleted
100644 → 0
LICENSE-MIT
deleted
100644 → 0
LICENSE.txt
0 → 100644
This diff is collapsed.
main.css
0 → 100644
This diff is collapsed.
{ | ||
"name": "create-wasm-app", | ||
"name": "dup-tools-front", | ||
"version": "0.1.0", | ||
"description": "create an app to consume rust-generated wasm packages", | ||
"description": "Tools for DUP Protocol.", | ||
"main": "index.js", | ||
"bin": { | ||
"create-wasm-app": ".bin/create-wasm-app.js" | ||
... | ... | @@ -12,22 +12,24 @@ |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rustwasm/create-wasm-app.git" | ||
"url": "git+https://git.duniter.org/tools/dup-tools-front" | ||
}, | ||
"keywords": [ | ||
"webassembly", | ||
"wasm", | ||
"rust", | ||
"webpack" | ||
"webpack", | ||
"duniter", | ||
"dup" | ||
], | ||
"author": "Ashley Williams <ashley666ashley@gmail.com>", | ||
"license": "(MIT OR Apache-2.0)", | ||
"author": "Elois <elois@ifee.fr>", | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/rustwasm/create-wasm-app/issues" | ||
"url": "https://git.duniter.org/tools/dup-tools-front/issues" | ||
}, | ||
"homepage": "https://github.com/rustwasm/create-wasm-app#readme", | ||
"homepage": "https://git.duniter.org/tools/dup-tools-front#readme", | ||
"devDependencies": { | ||
"hello-wasm-pack": "^0.1.0", | ||
"dup-tools-wasm": "../dup-tools-wasm/pkg", | ||
"webpack": "^4.16.3", | ||
"webpack-cli": "^3.1.0", | ||
"webpack-dev-server": "^3.1.5", | ||
... | ... |
Please register or sign in to comment