2016-01-13 20:35:55 +00:00
|
|
|
{
|
|
|
|
"name": "npmts",
|
2016-02-09 04:47:11 +00:00
|
|
|
"version": "2.1.6",
|
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-02-04 19:43:52 +00:00
|
|
|
"test": "(cd compile && node compile.js) && (cd test/assets && node ../../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-02-04 19:41:34 +00:00
|
|
|
"beautylog": "2.0.7",
|
2016-01-31 21:24:57 +00:00
|
|
|
"fs-extra": "^0.26.5",
|
2016-01-18 14:15:15 +00:00
|
|
|
"gulp": "3.9.0",
|
2016-02-09 04:39:31 +00:00
|
|
|
"gulp-coveralls": "^0.1.4",
|
|
|
|
"gulp-if": "^2.0.0",
|
2016-01-18 14:15:15 +00:00
|
|
|
"gulp-insert": "0.5.0",
|
2016-02-09 04:39:31 +00:00
|
|
|
"gulp-istanbul": "^0.10.3",
|
|
|
|
"gulp-mocha": "^2.2.0",
|
2016-01-18 17:59:44 +00:00
|
|
|
"gulp-sequence": "^0.4.4",
|
2016-01-18 14:15:15 +00:00
|
|
|
"gulp-typescript": "2.10.0",
|
2016-01-31 21:24:57 +00:00
|
|
|
"gulp-typings": "0.0.0",
|
2016-02-04 19:41:34 +00:00
|
|
|
"merge2": "1.0.1",
|
2016-01-30 03:57:24 +00:00
|
|
|
"q": "^1.4.1",
|
2016-01-31 21:24:57 +00:00
|
|
|
"smartcli": "0.0.11",
|
2016-02-04 19:41:34 +00:00
|
|
|
"smartfile": "0.0.11",
|
|
|
|
"typings": "^0.6.6"
|
2016-01-14 18:25:36 +00:00
|
|
|
}
|
2016-01-13 20:35:55 +00:00
|
|
|
}
|