forked from shibe97/react-awesome-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
53
{
"name": "react-awesome-modal",
"version": "2.0.5",
"description": "This is a React Modal Component.",
"main": "./lib/index",
"keywords": [
"react",
"component",
"modal",
"react-component"
],
"files": [
"lib"
],
"directories": {
"example": "examples"
},
"scripts": {
"build:src": "babel src --out-dir lib --source-maps-inline",
"build:docs": "browserify --debug --transform babelify docs/assets/js/app.js --outfile docs/assets/js/bundle.js",
"watch": "babel src --out-dir lib --watch --source-maps-inline",
"test": "mocha --compilers js:babel-core/register test/**/*.js",
"docs": "open docs/index.html",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/shibe97/react-awesome-modal.git"
},
"author": "shibe97",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-sass": "^2.3.2",
"mocha": "~2.3.2",
"power-assert": "~1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"vinyl-source-stream": "^1.1.0"
},
"bugs": {
"url": "https://github.com/shibe97/react-awesome-modal/issues"
},
"homepage": "https://github.com/shibe97/react-awesome-modal"
}