-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 801 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@mathigon/documentation",
"version": "1.0.1",
"description": "Discover the open source JavaScript libraries that power Mathigon. Combining functions for DOM manipulation, animations, events handling, UI elements and mathematics, they make web development for modern browsers fun and easy.",
"scripts": {
"start": "bundle exec jekyll serve",
"build": "node build.js"
},
"repository": "mathigon/documentation",
"license": "UNLICENSED",
"homepage": "https://github.com/Mathigon/documentation#readme",
"dependencies": {
"@mathigon/boost": "^1.1.1",
"@mathigon/core": "^1.1.1",
"@mathigon/euclid": "^1.1.1",
"@mathigon/fermat": "^1.1.1",
"@mathigon/hilbert": "^1.1.1",
"glob": "^7.1.6",
"typedoc": "0.20.9",
"typescript": "^4.2.3"
}
}