smartopen/package.json

34 lines
727 B
JSON
Raw Normal View History

2017-03-12 20:13:09 +00:00
{
"name": "@pushrocks/smartopen",
2018-05-22 15:06:28 +00:00
"version": "1.0.8",
2017-03-12 20:13:09 +00:00
"description": "open things",
"main": "dist/index.js",
2017-03-12 20:20:43 +00:00
"typings": "dist/index.d.ts",
2017-03-12 20:13:09 +00:00
"scripts": {
2018-05-22 11:44:58 +00:00
"test": "(npmts)",
"build": "(npmts)"
2017-03-12 20:13:09 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartopen.git"
},
"keywords": [
"open"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartopen/issues"
},
2017-03-12 20:20:43 +00:00
"homepage": "https://gitlab.com/pushrocks/smartopen#README",
"dependencies": {
"@types/open": "^0.0.29",
"@types/opn": "^5.1.0",
"opn": "^5.3.0"
2017-08-17 07:03:16 +00:00
},
"devDependencies": {
"@types/node": "^10.1.2",
"tapbundle": "^2.0.0"
2017-03-12 20:20:43 +00:00
}
2017-03-12 20:13:09 +00:00
}