forked from heatherbooker/react-world-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 KB
/
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
40
41
42
{
"name": "react-world-map",
"version": "1.0.13",
"description": "clickable world map built with React with css changes",
"main": "build/WorldMap.js",
"scripts": {
"build": "webpack",
"compile": "babel src -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heatherbooker/react-world-map.git"
},
"keywords": [
"react",
"react-component",
"world",
"map",
"clickable",
"select",
"continents"
],
"author": "Heather Booker",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/heatherbooker/react-world-map/issues"
},
"homepage": "https://github.com/heatherbooker/react-world-map#readme",
"dependencies": {
"react": "^15.1.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"react-dom": "^15.1.0",
"webpack": "^1.13.1"
}
}