UNPKG

1.62 kBJSONView Raw
1{
2 "name": "phonon",
3 "version": "2.0.0-alpha.1",
4 "description": "Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/quark-dev/Phonon-Framework.git"
8 },
9 "scripts": {
10 "build:bundle": "node ./bin/build/bundle.js",
11 "build:components": "node ./bin/build/components.js",
12 "build:css": "node ./bin/build css",
13 "lint": "tslint ./src/**/*.ts --exclude \"./node_modules\"",
14 "coverage:js-plugins": "cross-env NODE_ENV=test node ./bin/build/components.js",
15 "test:e2e": "testcafe chromium,firefox ./test/e2e/**",
16 "test:local": "./node_modules/trevor/cli.js",
17 "release": "./node_modules/release-it/bin/release-it minor --git.tagName='v${version}' --github.release"
18 },
19 "keywords": [
20 "css",
21 "sass",
22 "mobile-first",
23 "responsive",
24 "front-end",
25 "framework",
26 "web"
27 ],
28 "engines": {
29 "node": ">= 10.0.0",
30 "npm": ">= 6.0.0"
31 },
32 "author": "qathom",
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/quark-dev/Phonon-Framework/issues"
36 },
37 "homepage": "https://github.com/quark-dev/Phonon-Framework",
38 "devDependencies": {
39 "autoprefixer": "^9.5.1",
40 "clean-css": "^4.2.1",
41 "node-sass": "^4.12.0",
42 "postcss": "^7.0.15",
43 "release-it": "^12.3.0",
44 "rollup": "^1.11.2",
45 "rollup-plugin-typescript2": "^0.21.0",
46 "testcafe": "^1.1.3",
47 "trevor": "^2.4.0",
48 "tslint": "^5.16.0",
49 "tslint-config-airbnb": "^5.11.1",
50 "typescript": "^3.4.5",
51 "uglify-js": "^3.5.10"
52 }
53}