smartshell/package.json

34 lines
737 B
JSON
Raw Normal View History

2017-02-12 12:13:08 +00:00
{
"name": "smartshell",
2017-03-11 01:57:49 +00:00
"version": "1.0.5",
2017-02-12 12:13:08 +00:00
"description": "shell actions designed as promises",
"main": "dist/index.js",
2017-03-08 15:51:02 +00:00
"typings": "dist/index.d.ts",
2017-02-12 12:13:08 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartshell.git"
},
"keywords": [
"shell",
"promise"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartshell/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartshell#README",
"devDependencies": {
"smartchai": "^1.0.1",
"typings-test": "^1.0.3"
},
"dependencies": {
"@types/shelljs": "^0.6.0",
"shelljs": "^0.7.6",
"smartq": "^1.1.0"
}
}