-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "react-respond-to",
"version": "0.4.1",
"description": "Responsive Component for React",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onefinestay/react-respond-to.git"
},
"author": "Andrew Ingram <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/onefinestay/react-respond-to/issues"
},
"keywords": [
"matchMedia",
"react",
"react-component",
"responsive"
],
"homepage": "https://github.com/onefinestay/react-respond-to#readme",
"peerDependencies": {
"react": ">=0.12.0"
},
"dependencies": {},
"devDependencies": {
"babel": "^5.2.16",
"babel-core": "^5.2.6",
"babel-loader": "^5.0.0",
"brfs": "^1.2.0",
"gulp": "^3.8.9",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "^5.1.0",
"gulp-connect": "^2.2.0",
"gulp-ext-replace": "^0.1.0",
"gulp-gh-pages": "^0.4.0",
"gulp-sass": "^1.2.0",
"gulp-sourcemaps": "^1.2.4",
"gulp-util": "^3.0.4",
"gulp-watch": "^1.1.0",
"gulp-webpack": "^1.4.0",
"object.assign": "^1.1.1",
"transform-loader": "^0.2.1",
"webpack": "^1.5.3"
}
}