-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "fozy",
"version": "0.9.0",
"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/",
"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.4.0",
"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",
"node-uuid": "^1.4.8",
"request": "^2.75.0",
"stream-injecter": "0.0.1"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-plugin-import": "^2.7.0"
}
}