smartgit/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2016-03-30 23:59:45 +00:00
{
"name": "smartgit",
2016-12-31 22:17:07 +00:00
"version": "1.0.5",
2016-11-22 20:49:40 +00:00
"description": "smart git wrapper for node",
2016-03-30 23:59:45 +00:00
"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": {
2016-07-03 22:00:04 +00:00
"cleanTest": "rm -rf test/temp*",
2016-11-26 22:24:48 +00:00
"test": "(npm run cleanTest && npmts)"
2016-03-30 23:59:45 +00:00
},
"repository": {
"type": "git",
2016-07-03 22:13:32 +00:00
"url": "https://gitlab.com/pushrocks/smartgit.git"
2016-03-30 23:59:45 +00:00
},
"keywords": [
"json",
"jade",
"template"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
2016-07-03 22:13:32 +00:00
"url": "https://gitlab.com/pushrocks/smartgit/issues"
2016-03-30 23:59:45 +00:00
},
2016-07-03 22:13:32 +00:00
"homepage": "https://gitlab.com/pushrocks/smartgit",
2016-03-30 23:59:45 +00:00
"dependencies": {
"@types/minimatch": "*",
2016-11-21 18:34:59 +00:00
"@types/shelljs": "^0.3.32",
"beautylog": "^6.0.0",
2016-06-12 14:46:59 +00:00
"q": "^1.4.1",
2016-11-21 18:34:59 +00:00
"shelljs": "^0.7.5",
2016-11-21 23:07:36 +00:00
"simple-git": "^1.62.0",
2016-11-21 18:34:59 +00:00
"smartfile": "^4.1.0",
"smartpath": "^3.2.5",
"smartstring": "^2.0.22",
"typings-global": "^1.0.14"
2016-03-30 23:59:45 +00:00
},
"devDependencies": {
2016-11-21 18:34:59 +00:00
"@types/should": "^8.1.30",
"npmts-g": "^5.2.8",
"should": "^11.1.1",
"typings-test": "^1.0.3"
2016-03-30 23:59:45 +00:00
}
}