tscoverage/test/node_modules/npmts/package.json

41 lines
960 B
JSON
Raw Normal View History

2016-01-14 18:25:36 +00:00
{
"name": "npmts",
2016-01-14 18:31:53 +00:00
"version": "0.0.1",
2016-01-14 18:25:36 +00:00
"description": "write npm modules with TypeScript",
"main": "index.js",
2016-01-14 18:31:53 +00:00
"bin": {
"npmts": "index.js"
},
2016-01-14 18:25:36 +00:00
"scripts": {
2016-01-14 18:31:53 +00:00
"test": "(cd compile && node compile.js)"
2016-01-14 18:25:36 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/npmts.git"
},
"keywords": [
"TypeScript",
"Declaration"
],
"author": {
"name": "Lossless Digital UG",
"url": "haftungsbeschraenkt"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/npmts/issues"
},
"homepage": "https://github.com/pushrocks/npmts#readme",
2016-01-14 18:31:53 +00:00
"dependencies": {
"beautylog": "^2.0.2",
"gulp": "^3.9.0",
"gulp-typescript": "^2.10.0",
"smartcli": "0.0.11"
},
"gitHead": "7410d22fc4ed6f9756c2b5e1e883f1d06765258e",
2016-01-14 18:25:36 +00:00
"readme": "ERROR: No README data found!",
2016-01-14 18:31:53 +00:00
"_id": "npmts@0.0.1",
"_shasum": "e2b1edfcf5093f9f3ded25cd5430732e4a128221",
"_from": "npmts@0.0.1"
2016-01-14 18:25:36 +00:00
}