2016-03-30 23:59:45 +00:00
|
|
|
{
|
|
|
|
"name": "smartgit",
|
2016-06-23 17:58:25 +00:00
|
|
|
"version": "0.0.11",
|
2016-03-30 23:59:45 +00:00
|
|
|
"description": "an easy wrapper for nodegit",
|
|
|
|
"main": "dist/index.js",
|
2016-06-23 17:58:25 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-03-30 23:59:45 +00:00
|
|
|
"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-06-25 17:13:19 +00:00
|
|
|
"beautylog": "^5.0.12",
|
|
|
|
"nodegit": "^0.14.1",
|
2016-06-12 14:46:59 +00:00
|
|
|
"q": "^1.4.1",
|
2016-06-27 23:21:40 +00:00
|
|
|
"smartfile": "^4.0.5",
|
|
|
|
"smartstring": "^2.0.10",
|
2016-06-12 14:46:59 +00:00
|
|
|
"typings-global": "^1.0.3"
|
2016-03-30 23:59:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-06-12 14:46:59 +00:00
|
|
|
"npmts-g": "^5.2.6",
|
|
|
|
"should": "^9.0.2",
|
|
|
|
"typings-test": "^1.0.1"
|
2016-03-30 23:59:45 +00:00
|
|
|
}
|
|
|
|
}
|