forked from MyCryptoHQ/ethereum-blockies-base64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 960 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-gradient-base64",
"version": "1.2.0",
"description": "A tiny library for generating base64 encoded PNG gradient identicons.",
"main": "./dist/main.js",
"author": "Arthur Abeilice, afa7789@gmail.com",
"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/afa7789/ethereum-gradient-base64.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/afa7789/ethereum-gradient-base64/issues"
},
"homepage": "https://github.com/afa7789/ethereum-gradient-base64/#readme",
"dependencies": {
"pnglib": "0.0.1"
},
"devDependencies": {
"html-webpack-plugin": "5.5.0",
"rollup": "3.7.0",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
}
}