2016-01-13 20:35:55 +00:00
|
|
|
{
|
|
|
|
"name": "npmts",
|
2016-04-04 21:19:50 +00:00
|
|
|
"version": "5.0.0",
|
2016-01-13 20:35:55 +00:00
|
|
|
"description": "write npm modules with TypeScript",
|
2016-02-19 23:53:23 +00:00
|
|
|
"main": "dist/index.js",
|
2016-01-14 18:25:36 +00:00
|
|
|
"bin": {
|
2016-02-19 23:53:23 +00:00
|
|
|
"npmts": "dist/cli.js"
|
2016-01-14 18:25:36 +00:00
|
|
|
},
|
2016-01-13 20:35:55 +00:00
|
|
|
"scripts": {
|
2016-02-19 23:53:23 +00:00
|
|
|
"test": "(cd compile && node compile.js) && (cd test/assets && node ../../dist/index.js)",
|
2016-01-18 18:11:42 +00:00
|
|
|
"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-04-04 22:31:17 +00:00
|
|
|
"beautylog": "4.1.0",
|
2016-03-20 18:09:58 +00:00
|
|
|
"fs-extra": "^0.26.7",
|
2016-02-11 18:10:01 +00:00
|
|
|
"gulp": "3.9.1",
|
2016-04-02 17:09:11 +00:00
|
|
|
"gulp-codecov": "^2.0.1",
|
2016-02-19 23:53:23 +00:00
|
|
|
"gulp-concat": "^2.6.0",
|
2016-04-04 22:31:17 +00:00
|
|
|
"gulp-function": "^1.2.3",
|
2016-02-19 23:53:23 +00:00
|
|
|
"gulp-if": "^2.0.0",
|
2016-02-09 04:39:31 +00:00
|
|
|
"gulp-istanbul": "^0.10.3",
|
2016-03-14 03:32:52 +00:00
|
|
|
"gulp-jsdoc3": "^0.2.1",
|
2016-02-09 04:39:31 +00:00
|
|
|
"gulp-mocha": "^2.2.0",
|
2016-02-17 00:16:21 +00:00
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
2016-04-04 20:57:50 +00:00
|
|
|
"gulp-typescript": "2.12.2",
|
2016-03-20 18:09:58 +00:00
|
|
|
"gulp-typings": "1.3.0",
|
2016-04-04 20:57:50 +00:00
|
|
|
"merge2": "1.0.2",
|
2016-02-23 14:43:18 +00:00
|
|
|
"projectinfo": "1.0.1",
|
2016-01-30 03:57:24 +00:00
|
|
|
"q": "^1.4.1",
|
2016-02-22 21:22:39 +00:00
|
|
|
"shelljs": "^0.6.0",
|
2016-03-23 13:12:58 +00:00
|
|
|
"smartci": "0.0.1",
|
2016-01-31 21:24:57 +00:00
|
|
|
"smartcli": "0.0.11",
|
2016-03-30 13:26:53 +00:00
|
|
|
"smartcov": "0.0.4",
|
2016-04-04 20:57:50 +00:00
|
|
|
"smartenv": "1.2.1",
|
|
|
|
"smartfile": "2.3.0",
|
2016-04-04 21:19:34 +00:00
|
|
|
"smartpath": "3.1.1",
|
2016-03-12 09:21:16 +00:00
|
|
|
"source-map-support": "^0.4.0"
|
2016-02-19 00:37:39 +00:00
|
|
|
},
|
2016-03-12 09:26:53 +00:00
|
|
|
"devDependencies": {}
|
2016-01-13 20:35:55 +00:00
|
|
|
}
|