tscoverage/test/node_modules/npmts/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2016-01-14 18:25:36 +00:00
{
"name": "npmts",
2016-01-14 19:06:02 +00:00
"version": "0.0.4",
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:57:42 +00:00
"test": "(cd compile && node compile.js)",
"testm": "(cd test/ && npm update && npm test)"
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",
2016-01-14 18:57:42 +00:00
"gulp-insert": "^0.5.0",
2016-01-14 18:31:53 +00:00
"gulp-typescript": "^2.10.0",
"smartcli": "0.0.11"
},
2016-01-14 19:06:02 +00:00
"gitHead": "71f8d14ee96af237e658b400e3bdaa33fdff7785",
2016-01-14 18:25:36 +00:00
"readme": "ERROR: No README data found!",
2016-01-14 19:06:02 +00:00
"_id": "npmts@0.0.4",
"_shasum": "fe9f1bec27aba50fd16f45c3c7053072c860dcd6",
"_from": "npmts@0.0.4"
2016-01-14 18:25:36 +00:00
}