2016-01-13 20:35:55 +00:00
|
|
|
{
|
|
|
|
"name": "npmts",
|
2016-01-16 13:34:14 +00:00
|
|
|
"version": "1.0.2",
|
2016-01-13 20:35:55 +00:00
|
|
|
"description": "write npm modules with TypeScript",
|
|
|
|
"main": "index.js",
|
2016-01-14 18:25:36 +00:00
|
|
|
"bin": {
|
|
|
|
"npmts": "index.js"
|
|
|
|
},
|
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-14 19:08:46 +00:00
|
|
|
"release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)",
|
2016-01-14 18:31:53 +00:00
|
|
|
"testm": "(cd test/ && npm update && npm test)"
|
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": {
|
|
|
|
"beautylog": "^2.0.2",
|
|
|
|
"gulp": "^3.9.0",
|
2016-01-14 18:31:53 +00:00
|
|
|
"gulp-insert": "^0.5.0",
|
2016-01-14 18:25:36 +00:00
|
|
|
"gulp-typescript": "^2.10.0",
|
|
|
|
"smartcli": "0.0.11"
|
|
|
|
}
|
2016-01-13 20:35:55 +00:00
|
|
|
}
|