forked from xlsdg/edit-this-cookie-to-tough-cookie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "etc2tc",
"title": "edit-this-cookie-to-tough-cookie",
"description": "Convert EditThisCookie json format to ToughCookie json file",
"version": "0.0.5",
"main": "dist/etc2tc.js",
"files": [
"dist/etc2tc.js",
"dist/etc2tc.min.js",
"dist/etc2tc.min.js.map",
"src/etc2tc.js"
],
"homepage": "https://github.com/xlsdg/edit-this-cookie-to-tough-cookie",
"author": "xLsDg <xlsdg@qq.com> (https://blog.xlsdg.org/)",
"repository": {
"type": "git",
"url": "https://github.com/xlsdg/edit-this-cookie-to-tough-cookie.git"
},
"keywords": [
"editthiscookie",
"toughcookie",
"json",
"library",
"node"
],
"bugs": {
"url": "https://github.com/xlsdg/edit-this-cookie-to-tough-cookie/issues"
},
"license": "MIT",
"dependencies": {
"lodash": "^4.17.2",
"moment": "^2.17.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0"
},
"scripts": {
"build": "npm install && gulp",
"start": "gulp watch"
}
}