lion/packages/localize/package.json
2019-04-26 15:00:08 +02:00

42 lines
979 B
JSON

{
"name": "@lion/localize",
"version": "0.1.0",
"description": "The localization system helps to manage localization data split into locales and automate its loading",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/localize"
},
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"keywords": [
"lion",
"web-components",
"localize"
],
"main": "index.js",
"module": "index.js",
"files": [
"src",
"stories",
"test",
"*.js"
],
"dependencies": {
"@bundled-es-modules/message-format": "6.0.4",
"@lion/core": "^0.1.0"
},
"devDependencies": {
"@bundled-es-modules/fetch-mock": "^6.5.2",
"@open-wc/storybook": "^0.1.5",
"@open-wc/testing": "^0.11.1",
"sinon": "^7.2.2"
}
}