-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 Bytes
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
{
"name": "material-design-hamburger",
"version": "0.2.1",
"author": "Chris Wheatley <[email protected]>",
"description": "android's material design hamburger animation in css",
"main": "./dist/material-design-hamburger.js",
"style": "./dist/material-design-hamburger.css",
"devDependencies": {
"gulp": "~3.8.8",
"gulp-autoprefixer": "~1.0.1",
"gulp-csslint": "~0.1.5",
"gulp-jshint": "~1.8.5",
"gulp-umd": "^0.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/swirlycheetah/material-design-hamburger.git"
},
"keywords": [
"material",
"design",
"hambuger",
"css",
"android",
"animated"
],
"license": "MIT"
}