-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathpackage.json
39 lines (39 loc) · 997 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
39
{
"name": "mfb",
"version": "0.12.1",
"description": "html component for a material menu à la Path and Google Inbox",
"main": "index.html",
"repository": "https://github.com/nobitagit/material-floating-button",
"keywords": [
"component",
"material",
"design",
"menu",
"css"
],
"bugs": "https://github.com/nobitagit/material-floating-button/issues",
"author": "Nobita",
"contributors": [
{
"name": "Maxence Winandy",
"email": "maxence.winandy@gmail.com"
},
{
"name": "Christian Flach",
"email": "cmfcmf.flach@gmail.com"
}
],
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-preprocess": "^4.1.0",
"grunt-usemin": "^3.0.0"
}
}