forked from elcarim5efil/fozy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "fozy",
"version": "0.6.1",
"description": "",
"main": "index.js",
"bin": {
"fozy": "bin/fozy.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/babel -d lib/ src/ --watch",
"build": "./node_modules/.bin/babel -d lib/ src/",
"prepublishOnly": "rm -rf lib && npm run build",
"lint": "eslint ./ --fix"
},
"author": "elcarim5efil",
"license": "MIT",
"keywords": [
"front-end develop",
"koa2",
"live-reload",
"browser-sync",
"fozy"
],
"repository": "https://github.com/elcarim5efil/fozy",
"dependencies": {
"babel-polyfill": "^6.13.0",
"bluebird": "^3.4.6",
"browser-sync": "^2.18.12",
"chalk": "^2.0.1",
"freemarker.js": "1.2.2",
"handlebars": "^4.0.5",
"http-proxy": "^1.16.2",
"json5": "^0.5.1",
"koa": "^2.0.0",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-router": "^7.0.0",
"koa-static": "^2.0.0",
"request": "^2.75.0",
"stream-injecter": "0.0.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-3": "^6.11.0",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-plugin-import": "^2.7.0"
}
}