forked from detailyang/nginx-location-match-visible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 991 Bytes
/
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
{
"name": "nginx-location-match-visible",
"version": "0.1.0",
"description": "nginx location match visible",
"main": "server.js",
"scripts": {
"build": "webpack --progress --verbose --colors --display-error-details",
"test": "make test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/detailyang/nginx-location-match-visible.git"
},
"keywords": [
"nginx",
"visible",
"location"
],
"author": "detailyang",
"license": "MIT",
"bugs": {
"url": "https://github.com/detailyang/nginx-location-match-visible/issues"
},
"homepage": "https://github.com/detailyang/nginx-location-match-visible#readme",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}