1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/unit/partials/test-plugin-storage/invalid-package/package.json

12 lines
211 B
JSON
Raw Normal View History

2017-04-22 08:23:16 +02:00
{
"name": "invalid-package",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}