-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
64
{
"name": "mlp.one",
"version": "1.0.0",
"description": "The mlp.one Web site and related APIs",
"main": "index.js",
"browser": "index.js",
"scripts": {
"start": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorpulentBrony/mlp.one.git"
},
"keywords": [
"mlp",
"/mlp/odcast",
"my",
"little",
"pony",
"4chan"
],
"author": {
"name": "Corpulent Brony",
"email": "[email protected]",
"url": "https://youtube.com/c/CorpulentBrony"
},
"license": "SEE LICENSE IN LICENSE.md",
"private": true,
"bugs": {
"url": "https://github.com/CorpulentBrony/mlp.one/issues"
},
"homepage": "https://mlp.one",
"devDependencies": {
"@material/button": "^0.36.0",
"@material/card": "^0.36.0",
"@material/drawer": "^0.36.0",
"@material/elevation": ">=0.35.0",
"@material/list": "^0.36.0",
"@material/menu": ">=0.35.0",
"@material/ripple": "^0.36.0",
"@material/snackbar": "^0.36.0",
"@material/theme": ">=0.35.0",
"@material/top-app-bar": "^0.36.0",
"@material/typography": ">=0.35.0",
"@polymer/lit-element": ">=0.5.1",
"@polymer/polymer": ">=3.0.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"source-map": "^0.7.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.12.0"
},
"dependencies": {
"@material/slider": "^0.42.0"
}
}