-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.19 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
43
44
45
46
47
48
49
50
51
52
{
"name": "react-modal-box",
"version": "1.0.2",
"description": "React Modal Box Component",
"main": "dist/index.js",
"directories": {
"src": "src",
"dist": "dist",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "webpack --config ./webpack.production.js",
"watch": "webpack --config ./webpack.development.js --watch"
},
"keywords": [
"react-component",
"react-modal",
"modal",
"box",
"alert",
"dialog",
"react-dialog",
"react",
"dialog",
"component"
],
"author": {
"name": "Sadi Qevani",
"email": "[email protected]",
"url": "http://www.sadiqevani.com"
},
"repository": {
"type": "git",
"url": "https://github.com/sadiqevani/react-modal-box.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sadiqevani/react-modal-box/issues",
"email": "[email protected]"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"webpack": "^1.13.1"
},
"dependencies": {}
}