UNPKG

772 BJSONView Raw
1{
2 "name": "webo",
3 "version": "2.0.10",
4 "description": "web development tool",
5 "main": "lib/main.js",
6 "scripts": {},
7 "keywords": [],
8 "author": "mgalakos",
9 "license": "ISC",
10 "engines": {
11 "node": ">= 8.0"
12 },
13 "bin": {
14 "webo": "lib/cli.js"
15 },
16 "dependencies": {
17 "@babel/core": "^7.0.0-beta.39",
18 "@babel/preset-env": "^7.0.0-beta.39",
19 "babel-minify": "^0.3.0",
20 "babel-polyfill": "^6.26.0",
21 "babel-preset-minify": "^0.3.0",
22 "chokidar": "^2.0.3",
23 "glob": "^7.1.2",
24 "jsdom": "^11.11.0",
25 "mime": "^2.2.0",
26 "postcss": "^6.0.16",
27 "postcss-import": "^11.0.0",
28 "postcss-url": "^7.3.0",
29 "rollup": "^0.54.0",
30 "rollup-plugin-node-resolve": "^3.0.2",
31 "ws": "^4.0.0"
32 },
33 "devDependencies": {}
34}