yaas-sdk
Version:
Javascript YAAS SDK
30 lines (29 loc) • 639 B
JSON
{
"name": "yaas-sdk",
"version": "1.1.0",
"description": "Javascript YAAS SDK",
"main": "lib/index.js",
"scripts": {
"prepublish": "babel --presets es2015 --source-maps -d lib src && webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/vivocha/jsonpolice.git"
},
"keywords": [
"yaas",
"hybris",
"sas"
],
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"webpack": "^1.12.13"
},
"author": "Federico Pinna <fpinna@vivocha.com>",
"license": "MIT",
"dependencies": {
}
}