This repository was archived by the owner on Oct 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.26 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.26 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "react-overlay-popup",
"version": "4.0.2",
"description": "Overlay and popup components for React.",
"main": "lib/index.js",
"jsnext:main": "es6/index.js",
"files": [
"css",
"es6",
"lib",
"umd"
],
"standard": {
"parser": "babel-eslint"
},
"scripts": {
"build": "nwb build",
"clean": "nwb clean",
"start": "nwb serve",
"test": "nwb test"
},
"dependencies": {
"invariant": "^2.2.0"
},
"peerDependencies": {
"react": "0.14.x || ^15.0.0-rc.2"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"enzyme": "^2.2.0",
"nwb": "^0.9.2",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.7",
"react": "0.14.x || ^15.0.0-rc.2",
"react-addons-test-utils": "^0.14.7",
"react-dom": "0.14.x",
"standard": "^6.0.5"
},
"author": "Thai Pangsakulyanont @ Taskworld <thai.p@taskworld.com>",
"homepage": "https://github.com/taskworld/react-overlay-popup#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/taskworld/react-overlay-popup.git"
},
"keywords": [
"react-component"
],
"directories": {
"doc": "docs",
"test": "tests"
},
"bugs": {
"url": "https://github.com/taskworld/react-overlay-popup/issues"
}
}