UNPKG

1.85 kBJSONView Raw
1{
2 "name": "composi",
3 "version": "3.2.1",
4 "description": "A JavaScript library for creating websites, PWAs and hybrid apps.",
5 "main": "index.js",
6 "scripts": {
7 "bundle": "rollup -c",
8 "build": "npm run format && npm run lint && npm run checkjs && npm run bundle && gzip dist/composi.js",
9 "checkjs": "tsc --allowJs --checkJs --noEmit --target ES6 lib/*.js",
10 "test": "browser-sync . --index test/index.html",
11 "prepare": "npm run build",
12 "format": "prettier --no-semi --single-quote --write ./lib/*.js",
13 "lint": "eslint --config ./.eslintrc.json lib"
14 },
15 "bin": "./bin/index.js",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/composor/composi.git"
19 },
20 "keywords": [
21 "angular",
22 "component",
23 "composi",
24 "frontend",
25 "hybrid",
26 "hyperscript",
27 "jsx",
28 "library",
29 "progressive web app",
30 "pwa",
31 "react",
32 "vuejs",
33 "virtual dom"
34 ],
35 "author": "Robert Biggs",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/composor/composi/issues"
39 },
40 "homepage": "https://github.com/composor/composi#readme",
41 "dependencies": {
42 "fs-extra": "^5.0.0",
43 "replace-in-file": "^2.6.4",
44 "yargs": "^11.0.0"
45 },
46 "devDependencies": {
47 "babel-cli": "^6.26.0",
48 "babel-core": "^6.26.0",
49 "babel-helpers": "^6.24.1",
50 "babel-plugin-external-helpers": "^6.22.0",
51 "babel-plugin-transform-es2015-parameters": "^6.24.1",
52 "babel-preset-env": "^1.6.0",
53 "browser-sync": "^2.21.0",
54 "eslint": "^4.19.1",
55 "gzip-cli": "^0.1.3",
56 "prettier": "^1.13.7",
57 "rollup": "^0.65.2",
58 "rollup-plugin-babel": "^3.0.2",
59 "rollup-plugin-commonjs": "^8.2.0",
60 "rollup-plugin-node-resolve": "^3.0.0",
61 "rollup-plugin-resolve": "0.0.1-predev.1",
62 "rollup-plugin-uglify": "^2.0.1",
63 "typescript": "^2.9.2"
64 }
65}