forked from Artysta112/logo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "@metamask/logo",
"version": "2.5.0",
"description": "A browserifyable 3d metamask logo. [Live demo](http://metamask.github.io/logo/).",
"main": "index.js",
"scripts": {
"build": "yarn bundle normal && yarn bundle gradient && yarn bundle recolor && yarn bundle distort",
"bundle": "./example/build.sh",
"convert": "node convert.js > fox.json",
"lint": "eslint . --ext js,json",
"lint:fix": "yarn lint --fix"
},
"files": [
"bundle.js",
"fox.json"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "MetaMask",
"license": "ISC",
"dependencies": {
"gl-mat4": "1.1.4",
"gl-vec3": "1.0.3"
},
"devDependencies": {
"@metamask/eslint-config": "^3.2.0",
"browserify": "^16.5.2",
"copy-to-clipboard": "^3.0.5",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-json": "^2.1.2",
"mersenne-twister": "^1.1.0",
"uglifyify": "^5.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/logo.git"
},
"bugs": {
"url": "https://github.com/MetaMask/logo/issues"
},
"homepage": "https://github.com/MetaMask/logo#readme"
}