-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "broadcaster",
"version": "0.0.1",
"description": "A tiny broadcasting station in OpenSource Cafe",
"main": "src/index.js",
"bin": "bin/index.js",
"scripts": {
"deploy": "gh-pages -d public",
"build": "bin/index.js -c config.json",
"watch": "bin/index.js -c config.json -w",
"server": "browser-sync start --files 'public/**' --server 'public'",
"start": "npm run server & npm run watch"
},
"dependencies": {
"autoprefixer": "^6.3.5",
"babel-preset-es2015-rollup": "^1.1.1",
"chokidar-cli": "^1.2.0",
"cli": "^0.11.2",
"co": "^4.6.0",
"cpy": "^4.0.0",
"cssnano": "^3.5.2",
"fs-promise": "^0.5.0",
"gh-pages": "^0.11.0",
"mustache": "^2.2.1",
"normalize.css": "^4.0.0",
"postcss": "^5.0.19",
"postcss-import": "^8.0.2",
"postcss-url": "^5.1.1",
"riot": "^2.3.17",
"riot-action": "^0.2.0",
"riot-fa": "^4.6.1",
"riot-route": "^2.3.16",
"rollup": "^0.25.7",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-inject": "^1.4.0",
"rollup-plugin-json": "^2.0.0",
"rollup-plugin-node-resolve": "^1.5.0",
"rollup-plugin-riot": "^0.1.1",
"rollup-pluginutils": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/osscafe/broadcaster.git"
},
"private": true,
"author": "Tsutomu Kawamura",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/osscafe/broadcaster/issues"
},
"homepage": "https://gitlab.com/osscafe/broadcaster#README"
}