forked from nobitagit/react-material-floating-button
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.24 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
{
"name": "react-mfb-google-icons",
"version": "0.1.0",
"description": "React component for a material floating button (Like seen on: Inbox, Evernote)",
"author": "Adrian Hartanto",
"contributors": [],
"repository": "adrianha/react-material-floating-button",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"LICENSE",
"index.js",
"mfb.css",
"mfb.css.map",
"mfb.scss",
"build"
],
"scripts": {
"prepublish": "gulp",
"build": "gulp",
"bro": "npm run build && browserify -t reactify demo/index.js -o demo/bundle.js"
},
"dependencies": {
"classnames": "^1.2.0"
},
"peerDependencies": {
"react": "~0.13.0"
},
"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"
]
}