-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 977 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 977 Bytes
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
{
"name": "github-filter-extension",
"version": "0.4.0",
"description": "Add Local Filter Storage Your GitHub",
"main": "index.js",
"dependencies": {
"deep-diff": "^0.3.4",
"lodash": "^4.15.0",
"rxjs": "^5.0.0-beta.11"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"css-loader": "^0.24.0",
"lodash-template-webpack-loader": "^1.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
},
"scripts": {
"build": "webpack -p --progress --env production",
"start": "webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://CoderK@github.com/CoderK/github-filter-extension.git"
},
"authors": [
"CoderK <jeokrang@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CoderK/github-filter-extension/issues"
},
"homepage": "https://github.com/CoderK/github-filter-extension#readme"
}