mirror of
https://github.com/danbulant/ester_os
synced 2026-06-15 20:31:17 +00:00
npm init
This commit is contained in:
parent
505cedd7a0
commit
85bf1392b2
1 changed files with 19 additions and 0 deletions
19
client/package.json
Normal file
19
client/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "client",
|
||||
"version": "1.0.0",
|
||||
"description": "Ester os client",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/danbulant/ester_os.git"
|
||||
},
|
||||
"author": "Daniel Bulant",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/danbulant/ester_os/issues"
|
||||
},
|
||||
"homepage": "https://github.com/danbulant/ester_os#readme"
|
||||
}
|
||||
Loading…
Reference in a new issue