smartgit/package.json

34 lines
722 B
JSON
Raw Normal View History

2016-03-30 23:59:45 +00:00
{
"name": "smartgit",
2016-04-04 21:09:17 +00:00
"version": "0.0.10",
2016-03-30 23:59:45 +00:00
"description": "an easy wrapper for nodegit",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/smartgit.git"
},
"keywords": [
"json",
"jade",
"template"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartgit/issues"
},
"homepage": "https://github.com/pushrocks/smartgit",
"dependencies": {
2016-04-04 21:09:14 +00:00
"beautylog": "^3.1.2",
"nodegit": "^0.12.1",
"q": "^1.4.1"
2016-03-30 23:59:45 +00:00
},
"devDependencies": {
2016-04-04 21:09:14 +00:00
"npmts": "^4.0.1",
2016-03-30 23:59:45 +00:00
"should": "^8.3.0"
}
}