forked from nobitagit/react-material-floating-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.42 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
55
56
57
58
59
60
61
{
"name": "react-mfb",
"version": "0.6.0",
"description": "React component for a material menu à la Google Inbox and Evernote",
"author": "Nobita",
"contributors": [],
"license": "MIT",
"repository": "nobitagit/react-material-floating-button",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"LICENSE",
"index.js",
"mfb.css",
"mfb.css.map",
"mfb.scss",
"build"
],
"scripts": {
"build": "gulp",
"bro": "npm run build && browserify -t reactify demo/index.js -o demo/bundle.js",
"prepublish": "gulp"
},
"dependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.6",
"@fortawesome/fontawesome-free-solid": "^5.0.6",
"@fortawesome/react-fontawesome": "^0.0.17",
"classnames": "^1.2.0",
"prop-types": "^15.5.10",
"react-dom": "^15.3.1"
},
"peerDependencies": {
"react": "^15.3.1"
},
"devDependencies": {
"browserify": "^9.0.3",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-usemin": "^3.0.0",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"reactify": "^1.0.0"
},
"keywords": [
"component",
"css",
"design",
"facebook",
"material",
"react",
"react-component",
"reactjs"
]
}