-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "butter-component-show-info",
"version": "0.1.0",
"description": "A Butter Component to show Seasons and Episode Lists, as well as Episode Info",
"main": "./dist/bundle.js",
"scripts": {
"prepublish": "npm run build",
"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-info.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Niv Sardi <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/buttercomponents/butter-component-show-info/issues"
},
"homepage": "https://github.com/buttercomponents/butter-component-show-info",
"devDependencies": {
"butter-component-builder": "*"
},
"dependencies": {
"moment": "^2.11.1"
}
}