projectinfo/test/package.json

12 lines
228 B
JSON
Raw Normal View History

2016-02-20 04:05:07 +00:00
{
"name": "testpackage",
"version": "1.0.0",
"description": "some test",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lossless GmbH",
"license": "MIT"
}