-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 851 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
{
"name": "uavatar",
"version": "0.2.0",
"description": "Universal avatar makes it possible to fetch/generate an avatar based on the information you have about that user.",
"main": "dist/uavatar.html",
"scripts": {
"test": "grunt test",
"validate": "grunt jshint"
},
"repository": {
"type": "git",
"url": "https://github.com/sitebase/uavatar.git"
},
"author": "Wim Mostmans <[email protected]>",
"bugs": {
"url": "https://github.com/sitebase/uavatar/issues"
},
"homepage": "https://github.com/sitebase/uavatar",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "^0.7.0",
"grunt-gh-pages": "~0.9.1",
"grunt-processhtml": "^0.3.6",
"grunt-text-replace": "~0.3.11"
}
}