-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "proxypac-gen-russia",
"version": "1.0.0",
"scripts": {
"start": "export NODE_ENV=production && node index.js",
"dev": "export NODE_ENV=development && h --n proxypac-gen-russia -- node-dev -r babel-core/register index.js",
"syntax": "standard | snazzy"
},
"author": "Alex0007",
"repository": {
"type": "git",
"url": "https://github.com/Alex0007/proxypac-gen-russia.git"
},
"subdomain": "proxypac-gen-russia",
"keywords": [
"proxy.pac",
"tor",
"РосКомНадзор",
"цензура"
],
"dependencies": {
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"extend-or-modify": "^1.0.0",
"koa": "^2.0.0-alpha.3",
"koa-send": "^3.1.0",
"moment": "^2.11.2",
"request": "^2.69.0",
"babel-loader": "8.1.0",
"@babel/core": "^7.0.0",
"babel-register": "^6.26.0"
},
"devDependencies": {
},
"engines": {
"node": ">=5.0.0"
},
"standard": {
"parser": "babel-eslint"
}
}