UNPKG

1.86 kBJSONView Raw
1{
2 "name": "composi",
3 "version": "2.6.4",
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 && gulp gzip",
9 "checkjs": "tsc --allowJs --checkJs --noEmit --target ES6 lib/*.js",
10 "test": "gulp test",
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": {
16 "composi": "./bin/index.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/composor/composi.git"
21 },
22 "keywords": [
23 "angular",
24 "component",
25 "composi",
26 "frontend",
27 "hybrid",
28 "hyperscript",
29 "jsx",
30 "library",
31 "progressive web app",
32 "pwa",
33 "react",
34 "vuejs",
35 "virtual dom"
36 ],
37 "author": "Robert Biggs",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/composor/composi/issues"
41 },
42 "homepage": "https://github.com/composor/composi#readme",
43 "dependencies": {
44 "fs-extra": "^5.0.0",
45 "replace-in-file": "^2.6.4",
46 "yargs": "^11.0.0"
47 },
48 "devDependencies": {
49 "babel-cli": "^6.26.0",
50 "babel-core": "^6.26.0",
51 "babel-helpers": "^6.24.1",
52 "babel-plugin-external-helpers": "^6.22.0",
53 "babel-plugin-transform-es2015-parameters": "^6.24.1",
54 "babel-preset-env": "^1.6.0",
55 "browser-sync": "^2.21.0",
56 "eslint": "^4.19.1",
57 "gulp": "^3.9.1",
58 "gulp-gzip": "^1.4.0",
59 "prettier": "^1.13.7",
60 "rollup": "^0.49.2",
61 "rollup-plugin-babel": "^3.0.2",
62 "rollup-plugin-commonjs": "^8.2.0",
63 "rollup-plugin-node-resolve": "^3.0.0",
64 "rollup-plugin-resolve": "0.0.1-predev.1",
65 "rollup-plugin-uglify": "^2.0.1",
66 "typescript": "^2.9.2"
67 }
68}