17 lines
291 B
JSON
17 lines
291 B
JSON
{
|
|
"name": "testpackage",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pushrocks/npmts.git"
|
|
},
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {}
|
|
}
|