-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
24 lines (24 loc) · 1.25 KB
/
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
{
"name": "jscgdemo",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"doc2": "jsdoc -c ./shared/doc-templates/config.json -d ./Lab2-Bresenham/doc -r ./Lab2-Bresenham/README.md ./Lab2-Bresenham/classes",
"doc3": "jsdoc -c ./shared/doc-templates/config.json -d ./Lab3-FloodFill/doc -r ./Lab3-FloodFill/README.md ./Lab3-FloodFill/classes",
"doc4": "jsdoc -c ./shared/doc-templates/config.json -d ./Lab4-Cohen-Sutherland/doc -r ./Lab4-Cohen-Sutherland/README.md ./Lab4-Cohen-Sutherland/classes",
"doc5": "jsdoc -c ./shared/doc-templates/config.json -d ./Lab5-Sutherland-Hodgman/doc -r ./Lab5-Sutherland-Hodgman/README.md ./Lab5-Sutherland-Hodgman/classes",
"doc8": "jsdoc -c ./shared/doc-templates/config.json -d ./Lab8-ImageFilters/doc -r ./Lab8-ImageFilters/README.md ./Lab8-ImageFilters/classes",
"doc9": "jsdoc -c ./shared/doc-templates/config.json -d ./Lab9-ImageAnalysis/doc -r ./Lab9-ImageAnalysis/README.md ./Lab9-ImageAnalysis/classes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unshame/CGDemo.git"
},
"author": "UnShame",
"license": "ISC",
"bugs": {
"url": "https://github.com/unshame/CGDemo/issues"
},
"homepage": "https://github.com/unshame/CGDemo#readme"
}