-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 874 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
{
"name": "AestheticWalls",
"license": "MIT",
"author": "PhaseRush (https://www.github.com/PhaseRush)",
"version": "0.9.0",
"dependencies": {
"p5": "^0.10.2",
"static-kdtree": "^1.0.2",
"ts-loader": "^6.2.1"
},
"devDependencies": {
"@types/node": "^12.12.7",
"@types/p5": "^0.9.0",
"fuse-box": "^4.0.0",
"typescript": "^3.7.2",
"uglify-js": "^3.6.8",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"compile": "tsc"
},
"description": "Dynamic and aesthetic wallpapers written for Wallpaper Engine",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/PhaseRush/AestheticWalls.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/PhaseRush/AestheticWalls/issues"
},
"homepage": "https://github.com/PhaseRush/AestheticWalls#readme"
}