hello_test_yangyj
Version:
A hello world package
20 lines (19 loc) • 382 B
JSON
{
"name": "hello_test_yangyj",
"version": "0.0.6",
"description": "A hello world package",
"main": "hello.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yangyj061/npmTest.git"
},
"keywords": [
"Hello",
"world"
],
"author": "yangyj",
"license": "MIT"
}