-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 907 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
36
37
38
{
"name": "p5.heighttonormal",
"version": "1.0.0",
"description": "Convert a height map to a normal map",
"main": "index.js",
"scripts": {
"prebuild": "npm install",
"start": "webpack-dev-server",
"build": "./scripts/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asalga/p5.HeightToNormal.git"
},
"keywords": [
"heighttonormal",
"normalmap",
"p5"
],
"dependencies": {
"p5": "^1.3.1"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/preset-env": "7.11.0",
"babel-loader": "8.1.0",
"copy-webpack-plugin": "6.0.3",
"webpack": "^5.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/asalga/p5.HeightToNormal/issues"
},
"homepage": "https://github.com/asalga/p5.HeightToNormal#readme"
}