| { | |
| "name": "nekomaths", | |
| "version": "1.5.0", | |
| "description": "Un package utilitaire mathématique simple et convivial par Nekoclem", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [ | |
| "math", | |
| "calculations", | |
| "numbers", | |
| "utility", | |
| "nekomaths", | |
| "nekoclem" | |
| ], | |
| "author": "nekoclem <ton-email@exemple.com>", | |
| "license": "MIT", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/clem27game/NEKOMATHS.git" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/clem27game/NEKOMATHS/issues" | |
| }, | |
| "homepage": "https://github.com/nekoclem/nekomaths#readme" | |
| } | |