-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 718 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 718 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": "jazzicon",
"version": "2.0.0",
"description": "A starter project using react-hyperscript and beefy with ES6.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "beefy sample.js --live --open"
},
"author": "Dan Finlay",
"license": "ISC",
"dependencies": {
"color": "^0.11.3",
"mersenne-twister": "^1.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/flyswatter/jazzicon.git"
},
"keywords": [
"identicon",
"jazz"
],
"bugs": {
"url": "https://github.com/flyswatter/jazzicon/issues"
},
"homepage": "https://github.com/flyswatter/jazzicon#readme"
}