2016-01-13 20:35:55 +00:00
|
|
|
{
|
|
|
|
"name": "npmts",
|
2016-06-12 02:32:00 +00:00
|
|
|
"version": "5.3.2",
|
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-06-10 04:14:12 +00:00
|
|
|
"test": "(npm run compile && npm run check && npm run checkVersion)",
|
2016-05-17 00:32:53 +00:00
|
|
|
"check": "(cd ./test/assets && node ../../dist/index.js)",
|
2016-06-10 04:14:18 +00:00
|
|
|
"checkVersion": "cd ./test/assets && node ../../dist/index.js -v",
|
2016-05-17 00:32:53 +00:00
|
|
|
"compile": "(cd compile && node compile.js)"
|
2016-01-13 20:35:55 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-05-26 23:00:19 +00:00
|
|
|
"url": "git+https://gitlab.com/pushrocks/npmts.git"
|
2016-01-13 20:35:55 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"TypeScript",
|
|
|
|
"Declaration"
|
|
|
|
],
|
|
|
|
"author": "Lossless Digital UG (haftungsbeschraenkt)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-05-26 21:55:57 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/npmts/issues"
|
2016-01-13 20:35:55 +00:00
|
|
|
},
|
2016-05-26 21:55:57 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/npmts#readme",
|
2016-01-14 18:25:36 +00:00
|
|
|
"dependencies": {
|
2016-06-09 22:13:40 +00:00
|
|
|
"beautylog": "5.0.8",
|
2016-06-11 22:45:33 +00:00
|
|
|
"early": "^2.0.13",
|
2016-04-30 03:49:53 +00:00
|
|
|
"fs-extra": "^0.30.0",
|
2016-02-11 18:10:01 +00:00
|
|
|
"gulp": "3.9.1",
|
2016-02-19 23:53:23 +00:00
|
|
|
"gulp-concat": "^2.6.0",
|
2016-06-11 22:45:33 +00:00
|
|
|
"gulp-function": "^1.3.6",
|
2016-05-17 00:32:40 +00:00
|
|
|
"gulp-if": "^2.0.1",
|
2016-06-11 22:45:33 +00:00
|
|
|
"gulp-istanbul": "^1.0.0",
|
2016-06-09 22:13:40 +00:00
|
|
|
"gulp-jsdoc3": "^0.3.0",
|
2016-02-09 04:39:31 +00:00
|
|
|
"gulp-mocha": "^2.2.0",
|
2016-05-01 19:15:52 +00:00
|
|
|
"gulp-replace": "^0.5.4",
|
2016-04-30 03:49:53 +00:00
|
|
|
"gulp-sourcemaps": "^2.0.0-alpha",
|
2016-06-09 22:13:40 +00:00
|
|
|
"gulp-typescript": "2.13.6",
|
2016-05-19 17:52:21 +00:00
|
|
|
"gulp-typings": "2.0.0",
|
2016-05-25 03:14:56 +00:00
|
|
|
"lodash": "^4.13.1",
|
2016-04-04 20:57:50 +00:00
|
|
|
"merge2": "1.0.2",
|
2016-06-09 22:13:40 +00:00
|
|
|
"projectinfo": "1.0.3",
|
2016-01-30 03:57:24 +00:00
|
|
|
"q": "^1.4.1",
|
2016-04-30 03:49:53 +00:00
|
|
|
"shelljs": "^0.7.0",
|
2016-03-23 13:12:58 +00:00
|
|
|
"smartci": "0.0.1",
|
2016-06-10 04:14:12 +00:00
|
|
|
"smartcli": "1.0.1",
|
2016-04-09 09:35:29 +00:00
|
|
|
"smartcov": "0.0.6",
|
2016-05-17 00:32:40 +00:00
|
|
|
"smartenv": "1.2.5",
|
2016-05-25 03:14:56 +00:00
|
|
|
"smartfile": "3.0.10",
|
2016-06-09 22:13:40 +00:00
|
|
|
"smartpath": "3.2.2",
|
|
|
|
"smartstring": "^2.0.6",
|
2016-05-25 03:23:48 +00:00
|
|
|
"source-map-support": "^0.4.0",
|
|
|
|
"typings-global": "*"
|
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
|
|
|
}
|