-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 908 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
{
"name": "generate-identicon",
"version": "1.0.0",
"description": "My Identicon Generator re-written in TypeScript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephenlin35/generate-identicon.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stephenlin35/generate-identicon/issues"
},
"homepage": "https://github.com/stephenlin35/generate-identicon#readme",
"devDependencies": {
"@types/node": "12.12.31",
"@types/randomcolor": "0.5.4",
"ts-loader": "6.2.2",
"tslint": "6.1.0",
"typescript": "3.8.3",
"webpack": "4.42.1",
"webpack-cli": "3.3.11"
},
"dependencies": {
"crypto": "1.0.1",
"randomcolor": "0.5.4",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}