Skip to content

Commit a1c89fe

Browse files
authored
Create package.json
1 parent 1cdb073 commit a1c89fe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "basic256.js",
3+
"version": "0.0.1",
4+
"description": "A basic encryption/decryption script/API for resting data for Node.js users.",
5+
"readme": "README.md",
6+
"maintainers": [
7+
"linuxgemini (ilteris@asenkron.com.tr)"
8+
],
9+
"author": "linuxgemini",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/linuxgemini/basic256.js.git"
13+
},
14+
"license": "Apache-2",
15+
"scripts": {
16+
"test": "test.bash",
17+
}
18+
}

0 commit comments

Comments
 (0)