forked from PokeAPI/sprites
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 688 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 688 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
{
"name": "pokeapi-sprites",
"version": "2.0.4",
"description": "pokemon SVG and GIF for https://pokeapi.co",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sashafirsov/pokeapi-sprites.git"
},
"keywords": [
"pokemon",
"pokeapi",
"svg",
"gif"
],
"author": {
"name": "Sasha Firsov",
"email": "suns@simulationworks.com",
"url": "https://blog.firsov.net/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/PokeAPI/sprites/issues"
},
"homepage": "https://github.com/PokeAPI/sprites#readme"
}