forked from Ashwinvalento/cartoon-avatar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 882 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
{
"name": "cartoon-avatar",
"version": "1.0.2",
"description": "A Node js library for cartoon style avatars",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha -R spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"keywords": [
"gravatar",
"avatar",
"cartoon",
"avatar",
"cartoon-avatar",
"cartoon-gravatar",
"toon",
"toon avatar",
"avatar toon",
"animated avatar",
"anime",
"anime avatar"
],
"tonicExampleFilename": "tonicExample.js",
"author": "Ashwin Valento <[email protected]> (https://ashwinvalento.github.io)",
"repository": {
"type": "git",
"url": "[email protected]:Ashwinvalento/cartoon-avatar.git"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
}
}