@excellens/elementary
Version:
A custom element library in plain javascript (almost).
35 lines (34 loc) • 837 B
JSON
{
"name": "@excellens/elementary",
"version": "1.0.0",
"description": "A custom element library in plain javascript (almost).",
"main": "src/Main.js",
"scripts": {
"test": "echo 'Error: no test specified' && exit 0",
"build": "rollup --config build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Excellens/elementary.git"
},
"keywords": [
"excellens",
"elementary",
"javascript"
],
"author": "Marcel <github@gameplayjdk.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Excellens/elementary/issues"
},
"homepage": "https://github.com/Excellens/elementary#readme",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"rollup": "^2.32.1",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"dist/**/*",
"src/**/*"
]
}