Start constnium
This commit is contained in:
commit
a119dba08c
2 changed files with 20 additions and 0 deletions
20
package.json
Normal file
20
package.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "constnium",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "Calculate your constant based on your first name",
|
||||||
|
"main": "src/index.js",
|
||||||
|
"scripts": {
|
||||||
|
"main": "node .",
|
||||||
|
"debug": "nodemon ."
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@git.kennel.ml:Anri/Constnium.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"constant",
|
||||||
|
"first name"
|
||||||
|
],
|
||||||
|
"author": "Mylloon",
|
||||||
|
"license": "GPL-3.0-only"
|
||||||
|
}
|
0
src/index.js
Normal file
0
src/index.js
Normal file
Loading…
Reference in a new issue