add package.json

这个提交包含在:
AJ ONeal 2017-03-29 13:55:44 -06:00
父节点 f078d479b0
当前提交 1b399c2a4d

24
package.json 普通文件
查看文件

@ -0,0 +1,24 @@
{
"name": "terminal-forms.js",
"version": "1.0.0",
"description": "A terminal input library for node.js JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.daplie.com:OAuth3/terminal-forms.js.git"
},
"keywords": [
"terminal",
"cli",
"console",
"form",
"forms",
"input",
"fields"
],
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "(MIT OR Apache-2.0)"
}