diff --git a/test/test.js b/test/index.js similarity index 100% rename from test/test.js rename to test/index.js diff --git a/test/node_modules/npmts/LICENSE b/test/node_modules/npmts/LICENSE deleted file mode 100644 index b249dfc..0000000 --- a/test/node_modules/npmts/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Push.Rocks - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/test/node_modules/npmts/package.json b/test/node_modules/npmts/package.json deleted file mode 100644 index 386cd28..0000000 --- a/test/node_modules/npmts/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "npmts", - "version": "0.0.6", - "description": "write npm modules with TypeScript", - "main": "index.js", - "bin": { - "npmts": "index.js" - }, - "scripts": { - "test": "(cd compile && node compile.js)", - "release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)", - "testm": "(cd test/ && npm update && npm test)" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/pushrocks/npmts.git" - }, - "keywords": [ - "TypeScript", - "Declaration" - ], - "author": { - "name": "Lossless Digital UG", - "url": "haftungsbeschraenkt" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/pushrocks/npmts/issues" - }, - "homepage": "https://github.com/pushrocks/npmts#readme", - "dependencies": { - "beautylog": "^2.0.2", - "gulp": "^3.9.0", - "gulp-insert": "^0.5.0", - "gulp-typescript": "^2.10.0", - "smartcli": "0.0.11" - }, - "gitHead": "ea793f9556a074c20e945284b9b3c24af8e9b222", - "readme": "ERROR: No README data found!", - "_id": "npmts@0.0.6", - "_shasum": "6a9fe8963240a8443bb5cc152092ba9a0f929b70", - "_from": "npmts@0.0.6" -}