-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 891 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
37
38
39
{
"name": "network-mapping",
"version": "1.0.0",
"description": "A Chrome extension to map one URL to another.",
"scripts": {
"build": "build.sh",
"watch": "webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "[email protected]:gbk/network-mapping.git"
},
"keywords": [
"chrome",
"extension",
"hosts",
"ip",
"domain",
"mapping"
],
"author": {
"name": "gbk",
"email": "[email protected]",
"url": "https://github.com/gbk"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gbk/network-mapping/issues"
},
"homepage": "https://github.com/gbk/network-mapping",
"devDependencies": {
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^0.8.2",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"style-loader": "^0.12.4",
"webpack": "^1.12.2"
}
}