initial working version

This commit is contained in:
2017-05-25 15:09:01 +02:00
commit 64eea2641e
12 changed files with 460 additions and 0 deletions

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "smartyaml",
"version": "1.0.0",
"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"
}
}