-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
50 lines (50 loc) · 1 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
{
"name": "material-avatar",
"description": "simple material design avatars using canvas",
"version": "0.3.5",
"main": "material-avatar.js",
"repository": {
"type": "git",
"url": "git://github.com/hellsan631/material-avatar.git"
},
"keywords": [
"avatar",
"material",
"canvas",
"javascript",
"vanilla",
"google",
"initials",
"html5",
"design",
"icon",
"initials",
"jquery"
],
"files": [
"sample",
"material-avatar.js",
"material-avatar.min.js",
"package.json",
"README.md"
],
"scripts": {
"start": "gulp serve",
"post-install": "bower install"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^1.5.3",
"gulp-webserver": "^0.9.1",
"randomcolor": "~0.4.0"
},
"authors": [
"Mathew Kleppin <[email protected]>"
],
"bugs": {
"url": "https://github.com/hellsan631/material-avatar/issues"
},
"license": "MIT"
}