-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 995 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
37
38
39
{
"name": "react-maps",
"version": "0.0.0",
"description": "react-maps ==========",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/onefinestay/react-maps.git"
},
"author": "",
"license": "Apache",
"bugs": {
"url": "https://github.com/onefinestay/react-maps/issues"
},
"homepage": "https://github.com/onefinestay/react-maps",
"dependencies": {
"react": "^0.11.1",
"tolmey": "^0.6.1",
"webpack-dev-server": "^1.4.9",
"underscore": "~1.6.0",
"react-loadermixin": "^1.0.4",
"react-imageloader": "^1.0.5",
"xtend": "^4.0.0",
"sphericalmercator": "~1.0.2"
},
"devDependencies": {
"webpack": "^1.3.3-beta1",
"jsx-loader": "^0.11.0",
"tolmey": "^0.6.1",
"underscore": "^1.6.0",
"webpack-dev-server": "^1.4.9",
"connect": "^3.1.0",
"serve-static": "^1.5.0",
"react-hot-loader": "^0.2.0"
}
}