smartopen/package.json

32 lines
668 B
JSON
Raw Normal View History

2017-03-12 20:13:09 +00:00
{
"name": "smartopen",
2017-08-17 07:03:20 +00:00
"version": "1.0.3",
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": {
"test": "(npmts)"
},
"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",
2017-08-17 07:03:16 +00:00
"open": "^0.0.5",
"typings-global": "^1.0.20"
},
"devDependencies": {
"tapbundle": "^1.1.1"
2017-03-12 20:20:43 +00:00
}
2017-03-12 20:13:09 +00:00
}