UNPKG

phonon

Version:

Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.

54 lines (53 loc) 1.62 kB
{ "name": "phonon", "version": "2.0.0-alpha.1", "description": "Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.", "repository": { "type": "git", "url": "https://github.com/quark-dev/Phonon-Framework.git" }, "scripts": { "build:bundle": "node ./bin/build/bundle.js", "build:components": "node ./bin/build/components.js", "build:css": "node ./bin/build css", "lint": "tslint ./src/**/*.ts --exclude \"./node_modules\"", "coverage:js-plugins": "cross-env NODE_ENV=test node ./bin/build/components.js", "test:e2e": "testcafe chromium,firefox ./test/e2e/**", "test:local": "./node_modules/trevor/cli.js", "release": "./node_modules/release-it/bin/release-it minor --git.tagName='v${version}' --github.release" }, "keywords": [ "css", "sass", "mobile-first", "responsive", "front-end", "framework", "web" ], "engines": { "node": ">= 10.0.0", "npm": ">= 6.0.0" }, "author": "qathom", "license": "MIT", "bugs": { "url": "https://github.com/quark-dev/Phonon-Framework/issues" }, "homepage": "https://github.com/quark-dev/Phonon-Framework", "devDependencies": { "autoprefixer": "^9.5.1", "clean-css": "^4.2.1", "node-sass": "^4.12.0", "postcss": "^7.0.15", "release-it": "^12.3.0", "rollup": "^1.11.2", "rollup-plugin-typescript2": "^0.21.0", "testcafe": "^1.1.3", "trevor": "^2.4.0", "tslint": "^5.16.0", "tslint-config-airbnb": "^5.11.1", "typescript": "^3.4.5", "uglify-js": "^3.5.10" } }