-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 907 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-poppy",
"version": "0.1.17",
"description": "React popover that scales, follows, scrolls, and grows",
"main": "dist/poppy.umd.js",
"author": {
"name": "Trevor Lovell"
},
"keywords": [
"react",
"popover",
"pop",
"poppy",
"hover"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/TaDaa/react-poppy.git"
},
"scripts": {
"prepublish": "npm run build",
"build": "rm -rf dist/*.* && cp libs/poppy.css dist/poppy.css && webpack",
"postpublish": "git push --follow-tags"
},
"peerDependencies": {
"react": ">= 15.0.0",
"react-dom": ">= 15.0.0"
},
"devDependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.16.0",
"prop-types": "^15.5.10",
"uglify": "^0.1.5",
"webpack": "^3.0.0"
}
}