-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.04 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
25
26
27
28
29
30
31
32
33
34
35
{
"name": "parametric-roulette",
"version": "1.0.0",
"description": "## Draw the locus of a point on a circle rolling on an arbitrary parametric function, implemented separately using Geogebra and JavaScript",
"main": "parametric.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"@types/bootstrap": "^4.3.1",
"file-saver": "^2.0.2",
"nerdamer": "^1.1.1"
},
"devDependencies": {
"@types/jquery": "^3.3.31",
"@types/file-saver": "^2.0.1",
"typescript": "^3.7.3",
"nodemon": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "(tsc || exit 0) && node rmip.js",
"dev": "node node_modules/nodemon/bin/nodemon.js -e ts --exec \"npm run compile\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzhi713/Parametric-Roulette.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hanzhi713/Parametric-Roulette/issues"
},
"homepage": "https://github.com/hanzhi713/Parametric-Roulette#readme"
}