integrated travis

This commit is contained in:
2016-01-18 19:38:55 +01:00
parent ce5f55b1ae
commit 33fd238615
11 changed files with 2169 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "remotezip",
"version": "0.0.0",
"description": "work with remote zip files",
"main": "index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/remotezip.git"
},
"author": "Lossless Digital UG (haftungsbeschraenkt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/remotezip/issues"
},
"homepage": "https://github.com/pushrocks/remotezip#readme",
"dependencies": {
"remotefile": "0.0.13"
},
"devDependencies": {
"npmts": "1.0.9"
}
}