Initial commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "npm-tool",
|
||||
"version": "1.0.0",
|
||||
"description": "npm tool package",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://git.kepai365.com/tiesheng/npm-tool.git"
|
||||
},
|
||||
"keywords": [
|
||||
"npm",
|
||||
"tool"
|
||||
],
|
||||
"author": "zeng_wenhao",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user