qenv/package.json

38 lines
786 B
JSON
Raw Normal View History

2016-06-19 15:33:54 +00:00
{
"name": "qenv",
2016-08-04 14:09:44 +00:00
"version": "1.1.0",
2016-06-19 18:08:34 +00:00
"description": "promised environments",
2016-06-19 15:33:54 +00:00
"main": "dist/index.js",
2016-06-20 20:19:11 +00:00
"typings": "dist/index.d.ts",
2016-06-19 15:33:54 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/qenv.git"
},
"keywords": [
"environment",
"git",
"ci"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/qenv/issues"
},
"homepage": "https://gitlab.com/pushrocks/qenv#README",
"devDependencies": {
2016-08-04 14:09:39 +00:00
"npmts-g": "^5.2.8",
"should": "^10.0.0",
2016-06-19 15:33:54 +00:00
"typings-test": "^1.0.1"
},
"dependencies": {
2016-08-04 14:09:39 +00:00
"beautylog": "^5.0.20",
"lodash": "^4.14.1",
2016-06-19 15:33:54 +00:00
"q": "^1.4.1",
2016-08-04 14:09:39 +00:00
"smartfile": "^4.0.13",
"typings-global": "^1.0.6"
2016-06-19 15:33:54 +00:00
}
}