tscoverage/test/assets/package.json

17 lines
291 B
JSON
Raw Normal View History

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