tscoverage/test/assets/package.json

17 lines
291 B
JSON
Raw Normal View History

2016-01-14 19:25:36 +01:00
{
2016-02-22 22:22:39 +01:00
"name": "testpackage",
2016-02-17 05:51:51 +01:00
"version": "2.0.0",
2016-01-14 19:25:36 +01:00
"description": "",
"main": "index.js",
2016-02-23 15:43:18 +01:00
"repository": {
"type": "git",
2016-02-23 18:24:07 +01:00
"url": "git+https://github.com/pushrocks/npmts.git"
2016-02-23 15:43:18 +01:00
},
2016-01-14 19:25:36 +01:00
"scripts": {
"test": "(npmts)"
},
"author": "",
"license": "ISC",
2016-02-17 05:51:51 +01:00
"dependencies": {}
2016-01-14 19:25:36 +01:00
}