smartversion/package.json

21 lines
413 B
JSON
Raw Normal View History

2016-08-28 11:36:35 +00:00
{
"name": "smartversion",
2017-08-18 10:39:47 +00:00
"version": "1.0.3",
2017-08-17 14:15:47 +00:00
"description": "handle semver with easy",
2016-08-28 11:36:35 +00:00
"main": "dist/index.js",
2017-08-17 14:15:47 +00:00
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
2016-08-28 11:36:35 +00:00
"scripts": {
"test": "(npmts)"
},
2017-08-17 14:15:47 +00:00
"devDependencies": {
"tapbundle": "^1.0.13"
2016-08-28 11:36:35 +00:00
},
2017-08-17 14:15:47 +00:00
"dependencies": {
"@types/semver": "^5.3.33",
"semver": "^5.4.1",
"typings-global": "^1.0.16"
}
2016-08-28 11:36:35 +00:00
}