-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 848 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": "visual-pattern-generator",
"version": "1.2.7",
"description": "A system to generate illustrative (vector based) patterns",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/JeffreyArts/visual-pattern-generator.git"
},
"author": "Jeffrey Arts",
"license": "ISC",
"bugs": {
"url": "https://github.com/JeffreyArts/visual-pattern-generator/issues"
},
"types": "./types.d.ts",
"homepage": "https://github.com/JeffreyArts/visual-pattern-generator#readme",
"devDependencies": {
"express": "^4.17.1",
"svg.js": "^2.7.1",
"svgdom": "^0.1.8"
},
"dependencies": {
"@sjeffff/shuffle-seed": "^1.1.6",
"lodash": "^4.17.20",
"seedrandom": "^3.0.5"
}
}