qenv/package.json

37 lines
765 B
JSON
Raw Normal View History

2016-06-19 15:33:54 +00:00
{
"name": "qenv",
2016-08-04 14:44:48 +00:00
"version": "1.1.1",
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-01-21 10:51:30 +00:00
"npmts-g": "^6.0.0",
"smartchai": "^1.0.1",
2016-12-31 18:26:32 +00:00
"typings-test": "^1.0.3"
2016-06-19 15:33:54 +00:00
},
"dependencies": {
2017-01-21 10:51:30 +00:00
"lodash": "^4.17.4",
2016-06-19 15:33:54 +00:00
"q": "^1.4.1",
2017-01-21 10:51:30 +00:00
"smartfile": "^4.1.3",
2016-12-31 18:26:32 +00:00
"typings-global": "^1.0.14"
2016-06-19 15:33:54 +00:00
}
}