UNPKG

pitlab

Version:

GitLab integration with PivotalTracker

41 lines (40 loc) 763 B
{ "name": "pitlab", "version": "0.1.0", "description": "GitLab integration with PivotalTracker", "main": "app.js", "bin": { "pitlab": "./bin/pitlab" }, "scripts": { "test": "mocha -R spec test/" }, "repository": { "type": "git", "url": "git://github.com/swhite24/pitlab.git" }, "keywords": [ "gitlab", "pivotal", "pivotaltracker", "issues", "git", "stories", "issue", "story" ], "author": "Steven White", "license": "MIT", "dependencies": { "express": "~3.3.4", "xml2js": "~0.2.8", "request": "~2.22.0", "commander": "~1.3.0", "book": "~1.3.0", "lru-cache": "~2.3.0" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.0", "grunt": "~0.4.1" } }