-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.27 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-modal-es6",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git+https://dtasic@github.com/dtasic/react-modal-es6.git"
},
"main": "./release/react-modal.js",
"keywords": [
"react",
"modal"
],
"author": "Dejan Tasic",
"license": "MIT",
"bugs": {
"url": "https://github.com/dtasic/react-modal-es6/issues"
},
"homepage": "https://github.com/dtasic/react-modal-es6#readme",
"description": "ReactJS Modal component",
"dependencies": {},
"devDependencies": {
"babelify": "^6.0.2",
"browserify": "^8.1.3",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-bower": "^0.0.10",
"gulp-cache": "^0.2.4",
"gulp-imagemin": "^2.1.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.4.5",
"gulp-ruby-sass": "^1.0.0-alpha",
"gulp-size": "^1.2.0",
"gulp-sync": "^0.1.4",
"gulp-useref": "^1.1.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-webserver": "^0.9.0",
"react": "^0.13.2",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"browserify": {
"transform": [
"babelify"
]
},
"babelify": {
"optional": [
"es7.classProperties"
]
}
}