tscoverage/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2016-01-13 20:35:55 +00:00
{
"name": "npmts",
2016-01-25 20:20:28 +00:00
"version": "1.0.12",
2016-01-13 20:35:55 +00:00
"description": "write npm modules with TypeScript",
"main": "index.js",
2016-01-18 14:20:23 +00:00
"typings": "./index.d.ts",
2016-01-14 18:25:36 +00:00
"bin": {
2016-01-18 14:20:23 +00:00
"npmts": "./index.js"
2016-01-14 18:25:36 +00:00
},
2016-01-13 20:35:55 +00:00
"scripts": {
2016-01-14 18:31:53 +00:00
"test": "(cd compile && node compile.js)",
2016-01-18 18:11:42 +00:00
"testm": "(npm test) && (cd test/ && node ../index.js)",
"release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)"
2016-01-13 20:35:55 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/npmts.git"
},
"keywords": [
"TypeScript",
"Declaration"
],
"author": "Lossless Digital UG (haftungsbeschraenkt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/npmts/issues"
},
2016-01-14 18:25:36 +00:00
"homepage": "https://github.com/pushrocks/npmts#readme",
"dependencies": {
2016-01-18 14:15:15 +00:00
"beautylog": "2.0.2",
"gulp": "3.9.0",
"gulp-insert": "0.5.0",
2016-01-18 17:59:44 +00:00
"gulp-sequence": "^0.4.4",
"gulp-tsd": "^0.1.0",
2016-01-18 14:15:15 +00:00
"gulp-typescript": "2.10.0",
"merge2": "0.3.6",
2016-01-14 18:25:36 +00:00
"smartcli": "0.0.11"
}
2016-01-13 20:35:55 +00:00
}