-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 888 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
{
"name": "react-media-queryable",
"version": "2.1.0",
"description": "Trigger state update on media query change.",
"main": "react_media_queryable.js",
"scripts": {
"test": "null"
},
"repository": {
"type": "git",
"url": "https://github.com/substantial/react-media-queryable.git"
},
"keywords": [
"react",
"media",
"query",
"adaptive",
"responsive"
],
"author": "Substantial",
"license": "MIT",
"bugs": {
"url": "https://github.com/substantial/react-media-queryable/issues"
},
"homepage": "https://github.com/substantial/react-media-queryable",
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"object-assign": "^4.1.0",
"webpack": "^1.9.10",
"webpack-stream": "^2.0.0"
}
}