-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 846 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
{
"name": "httpmap",
"version": "1.0.0",
"description": "A map of HTTPChat users",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"start": "webpack --watch -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/httpchat/HTTPMap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/httpchat/HTTPMap/issues"
},
"homepage": "https://github.com/httpchat/HTTPMap#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.18.2",
"webpack": "^3.4.1"
},
"dependencies": {
"axios": "^0.16.2",
"leaflet": "^1.1.0"
}
}