-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "butter-component-show-detail",
"version": "0.1.0",
"description": "A Butter Component to show Seasons and Episode Lists, as well as Episode Info",
"scripts": {
"build": "webpack --config node_modules/butter-component-builder/webpack.build.js --progress --profile --colors",
"start": "node node_modules/butter-component-builder/server.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/buttercomponents/butter-component-show-detail.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Niv Sardi <x@btn.sh>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/buttercomponents/butter-component-show-detail/issues"
},
"homepage": "https://github.com/buttercomponents/butter-component-show-detail",
"dependencies": {
"butter-component-show-info": "*",
"butter-component-show-header": "*"
},
"devDependencies": {
"butter-component-builder": "*"
}
}