forked from MyCryptoHQ/ethereum-blockies-base64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 941 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
{
"name": "ethereum-blockies-base64",
"version": "1.0.2",
"description": "A tiny library for generating base64 encoded PNG blocky identicons.",
"main": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config=webpack.config.js",
"example": "npm run build && webpack --config=webpack.example.config.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyCryptoHQ/ethereum-blockies-base64.git"
},
"author": "MyCrypto",
"license": "MIT",
"bugs": {
"url": "https://github.com/MyCryptoHQ/ethereum-blockies-base64/issues"
},
"homepage": "https://github.com/MyCryptoHQ/ethereum-blockies-base64#readme",
"dependencies": {
"pnglib": "0.0.1"
},
"devDependencies": {
"html-webpack-plugin": "3.0.6",
"rollup": "0.56.5",
"webpack": "4.1.1",
"webpack-cli": "2.0.10"
}
}