smartgit/package.json

34 lines
718 B
JSON
Raw Normal View History

2015-11-09 21:58:43 +00:00
{
"name": "smartgit",
2016-03-30 23:35:40 +00:00
"version": "0.0.7",
2015-11-09 21:58:43 +00:00
"description": "an easy wrapper for nodegit",
2016-03-30 23:26:40 +00:00
"main": "dist/index.js",
2015-11-09 21:58:43 +00:00
"scripts": {
2016-03-30 23:26:40 +00:00
"test": "(npmts)"
2015-11-09 21:58:43 +00:00
},
"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-03-30 23:26:40 +00:00
"beautylog": "3.1.2",
"nodegit": "0.12.1",
2016-01-18 03:20:37 +00:00
"q": "1.4.1"
2015-11-09 21:58:43 +00:00
},
"devDependencies": {
2016-03-30 23:26:40 +00:00
"npmts": "3.6.10",
"should": "^8.3.0"
2015-11-09 21:58:43 +00:00
}
}