forked from strateos/react-map-interaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 837 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
{
"name": "react-map-interaction",
"version": "1.0.1",
"description": "'Add map like zooming and dragging to any element'",
"main": "dist/react-map-interaction.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "babel ./index.jsx -o dist/react-map-interaction.js",
"prepare": "npm run dist"
},
"keywords": [
"react",
"zoom",
"pan",
"pinch",
"data visualization",
"map"
],
"author": "Transcriptic",
"private": false,
"license": "MIT",
"peerDependencies": {
"react": ">=0.14",
"prop-types": ">=15.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1"
},
"repository": {
"type": "git",
"url": "https://github.com/transcriptic/react-map-interaction"
}
}