qenv/package.json

34 lines
693 B
JSON
Raw Normal View History

2016-06-19 15:33:54 +00:00
{
"name": "qenv",
2017-05-13 09:40:13 +00:00
"version": "1.1.7",
2016-12-31 18:26:32 +00:00
"description": "easy 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": {
2017-05-12 15:56:51 +00:00
"tapbundle": "^1.0.12"
2016-06-19 15:33:54 +00:00
},
"dependencies": {
2017-01-21 10:51:30 +00:00
"lodash": "^4.17.4",
2017-05-12 15:56:51 +00:00
"smartfile": "^4.2.11",
"typings-global": "^1.0.16"
2016-06-19 15:33:54 +00:00
}
}