-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 833 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 833 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
{
"name": "react-simple-popover",
"version": "0.2.4",
"description": "Popover component for React",
"repository": {
"type": "git",
"url": "https://github.com/dbtek/react-popover.git"
},
"main": "lib/Popover.js",
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-overlays": "^0.8.3"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.24.1",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.24.1"
},
"scripts": {
"test": "npm test",
"build": "babel src --out-dir lib"
},
"author": "İsmail Demirbilek <ce.demirbilek@gmail.com>",
"license": "MIT"
}