-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 755 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
40
41
{
"name": "baidu-map",
"version": "0.1.4",
"description": "node proxy for baidu map web apis",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/supersheep/baidu-map.git"
},
"keywords": [
"百度地图",
"baidumap",
"baiduditu",
"ditu",
"地图",
"baidu-map"
],
"engines": {
"node": ">=0.11.0"
},
"author": {
"name": "supersheep"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/supersheep/baidu-map/issues"
},
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"dependencies": {
"md5": "^2.0.0",
"querystring": "~0.2.0",
"request": "~2.39.0",
"underscore": "~1.6.0"
}
}