Skip to content
This repository was archived by the owner on Jul 31, 2020. It is now read-only.

Commit 79b01cd

Browse files
committed
Adds NPM related stuffs.
1 parent ace5190 commit 79b01cd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

package-lock.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "napi",
3+
"version": "1.0.0",
4+
"description": "Let's learn N-API (Native API of NodeJS 8.0.0)",
5+
"main": "index.js",
6+
"repository": "https://github.com/1995parham/Napi101.git",
7+
"author": "Parham Alvani <[email protected]>",
8+
"license": "GPL-3.0",
9+
"keywords": [],
10+
"scripts": {}
11+
}

0 commit comments

Comments
 (0)