Skip to content

Commit 81f1a15

Browse files
committed
Init npm package
1 parent 9ecb229 commit 81f1a15

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

package-lock.json

Lines changed: 5 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": "database-js-common",
3+
"version": "1.0.0",
4+
"description": "database-js common code",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/mlaanderson/database-js-common.git"
9+
},
10+
"keywords": [
11+
"database-js"
12+
],
13+
"author": "Michael Anderson <[email protected]>",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/mlaanderson/database-js-common/issues"
17+
},
18+
"homepage": "https://github.com/mlaanderson/database-js-common#readme",
19+
"devDependencies": {}
20+
}

0 commit comments

Comments
 (0)