Skip to content

Commit 286baee

Browse files
gobengodmitrizagidulin
authored andcommitted
npm init
1 parent 81f9240 commit 286baee

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "zcap-developer-guide",
3+
"version": "0.0.0",
4+
"description": "[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]",
5+
"homepage": "https://github.com/gobengo/zcap-developer-guide#readme",
6+
"bugs": {
7+
"url": "https://github.com/gobengo/zcap-developer-guide/issues"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/gobengo/zcap-developer-guide.git"
12+
},
13+
"license": "UNLICENSED",
14+
"author": "",
15+
"type": "module",
16+
"main": "README.md",
17+
"scripts": {
18+
"test": "echo \"Error: no test specified\" && exit 1"
19+
}
20+
}

0 commit comments

Comments
 (0)