-
- Downloads
première version avec c & dt
parents
No related branches found
No related tags found
Showing
.gitignore
0 → 100644
README.md
0 → 100644
main.js
0 → 100644
main.test.js
0 → 100644
package-lock.json
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
package.json
0 → 100644
{ | ||
"name": "duniter-parameters-parser", | ||
"version": "1.0.0", | ||
"description": "*", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "\u0016https://git.duniter.org/Marie/duniter-parameters-parser.git" | ||
}, | ||
"keywords": [ | ||
"duniter", | ||
"blockchain", | ||
"parser" | ||
], | ||
"author": "Marie, Millicent", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"jest-cli": "^22.4.3" | ||
} | ||
} |
Please register or sign in to comment