projectinfo/test/package.json
2016-02-23 08:48:41 +01:00

16 lines
328 B
JSON

{
"name": "testpackage",
"version": "1.0.0",
"description": "some test",
"repository": {
"type": "git",
"url": "git+https://github.com/someuser/somerepo.git"
},
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lossless GmbH",
"license": "MIT"
}