-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.32 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
54
{
"name": "react-responsive-container",
"version": "0.0.0",
"description": "A React Component to manage the behavior of your Responsive Application",
"homepage": "https://github.com/marco-loche/react-responsive-container",
"author": [
"Marco Loche <[email protected]> (www.marcoloche.com)",
"Antdrea Moretti <[email protected]>"
],
"license": {
"type": "MIT",
"url": "http://marco-loche.mit-license.org/"
},
"readmeFilename": "README.md",
"main": "index.js",
"dependencies": {
"mediaquery": "0.0.3"
},
"dependencies": {
"mediaquery": "0.0.3"
},
"devDependencies": {
"babel": "^4.7.16",
"flog": "0.0.1",
"react": "^0.13",
"react-tools": "0.13",
"jest-cli": "*"
},
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/marco-loche/react-responsive-container"
},
"keywords": [
"reactjs",
"react-component",
"container component",
"responsive",
"responsive design",
"media queries"
],
"bugs": {
"url": "https://github.com/marco-loche/react-responsive-container/issues"
},
"jest": {
"scriptPreprocessor": "<rootDir>/test/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
}
}