add travis

This commit is contained in:
2016-02-20 05:05:07 +01:00
parent 2d4b445377
commit cfcf49b154
28 changed files with 4963 additions and 0 deletions

34
package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "projectinfo",
"version": "0.0.0",
"description": "gather information about projects. supports npm, git etc.",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/projectinfo.git"
},
"keywords": [
"project",
"npm",
"git",
"info",
"package"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/projectinfo/issues"
},
"homepage": "https://github.com/pushrocks/projectinfo#readme",
"devDependencies": {
"npmts": "^3.1.2",
"should": "^8.2.2"
},
"dependencies": {
"q": "^1.4.1",
"smartfile": "0.0.11"
}
}