This commit is contained in:
Philipp Kunz
2016-01-14 19:57:42 +01:00
parent a1146e4c79
commit d539aef414
5 changed files with 12 additions and 7 deletions

14
test/node_modules/npmts/package.json generated vendored
View File

@ -1,13 +1,14 @@
{
"name": "npmts",
"version": "0.0.1",
"version": "0.0.3",
"description": "write npm modules with TypeScript",
"main": "index.js",
"bin": {
"npmts": "index.js"
},
"scripts": {
"test": "(cd compile && node compile.js)"
"test": "(cd compile && node compile.js)",
"testm": "(cd test/ && npm update && npm test)"
},
"repository": {
"type": "git",
@ -29,12 +30,13 @@
"dependencies": {
"beautylog": "^2.0.2",
"gulp": "^3.9.0",
"gulp-insert": "^0.5.0",
"gulp-typescript": "^2.10.0",
"smartcli": "0.0.11"
},
"gitHead": "7410d22fc4ed6f9756c2b5e1e883f1d06765258e",
"gitHead": "a1146e4c79f5e97f51d540c82a2307b3cd5ba9b0",
"readme": "ERROR: No README data found!",
"_id": "npmts@0.0.1",
"_shasum": "e2b1edfcf5093f9f3ded25cd5430732e4a128221",
"_from": "npmts@0.0.1"
"_id": "npmts@0.0.3",
"_shasum": "f845bce63cb3c5185e995c9e55222fb4e187a7e5",
"_from": "npmts@0.0.3"
}