2017-05-25 13:09:01 +00:00
|
|
|
{
|
|
|
|
"name": "smartyaml",
|
2017-05-25 13:09:58 +00:00
|
|
|
"version": "1.0.2",
|
2017-05-25 13:09:01 +00:00
|
|
|
"description": "handle yaml in smart ways",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartyaml.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"yaml",
|
|
|
|
"lossless"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartyaml/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartyaml#README",
|
|
|
|
"dependencies": {
|
|
|
|
"@types/js-yaml": "^3.5.30",
|
|
|
|
"js-yaml": "^3.8.4",
|
|
|
|
"typings-global": "^1.0.16"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"tapbundle": "^1.0.12"
|
|
|
|
}
|
|
|
|
}
|