UNPKG

@framejs/mixins

Version:

A set of mixing to help and speed up development of web components

46 lines (45 loc) 1.1 kB
{ "name": "@framejs/mixins", "version": "0.0.8", "description": "A set of mixing to help and speed up development of web components", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "start": "rm -rf dist && node node_modules/typescript/bin/tsc -p tsconfig.json -w", "build": "rm -rf dist && node node_modules/typescript/bin/tsc -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/framejs/mixins.git" }, "pre-commit": [ "prettier" ], "publishConfig": { "access": "public" }, "author": { "name": "Emil Rune Møller", "email": "emilrmoeller@gmail.com", "url": "https://twitter.com/emilrmoeller" }, "keywords": [ "webcomponents", "framejs", "frame", "js", "javascript" ], "license": "MIT", "bugs": { "url": "https://github.com/framejs/mixins/issues" }, "homepage": "https://github.com/framejs/mixins#readme", "devDependencies": { "@types/node": "^8.5.7", "typescript": "^2.6.2" } }