-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"name": "betterdgg",
"version": "1.7.1",
"description": "Better Destiny.gg",
"repository": {
"type": "git",
"url": "https://github.com/9inevolt/betterdgg"
},
"author": "9inevolt",
"contributors": [
"downthecrop"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/9inevolt/betterdgg/issues"
},
"homepage": "https://github.com/9inevolt/betterdgg",
"dependencies": {
"debounce": "^1.0.0",
"emojione": "^2.2.3",
"jade": "^1.7.0",
"lodash.get": "^4.4.2",
"promise-finally": "^2.2.1",
"shortid": "^2.2.6",
"twemoji": "^2.2.0",
"wampy": "^1.0.6",
"xhr": "^2.2.2"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.25.0",
"eslint-import-resolver-webpack": "^0.7.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"glob": "^7.1.0",
"gulp": "^3.8.8",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.0",
"gulp-json-editor": "^2.2.1",
"gulp-run": "^1.7.1",
"gulp-zip": "^2.0.1",
"jade-loader": "^0.8.0",
"json-loader": "^0.5.4",
"merge-stream": "^1.0.0",
"mime": "^1.2.11",
"plist": "^1.1.0",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^1.0.0",
"web-ext": "^1.5.0",
"webpack": "^2.1.0-beta.25"
}
}