forked from enjeck/num2math
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 781 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 781 Bytes
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
{
"homepage": "http://enjeck.github.io/num2math",
"name": "num2math",
"version": "1.0.0",
"description": "A complication math expression generator. What is a really complicated math equation that equals xxx? Input a solution and get a math expression. Equations can be copied.",
"main": "index.html",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html --public-url ./",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"jquery": "3.6.0",
"parcel-bundler": "^1.6.1"
},
"devDependencies": {
"@babel/core": "7.2.0",
"gh-pages": "^3.2.3"
},
"resolutions": {
"@babel/preset-env": "7.13.8"
},
"keywords": [
"math",
"latex",
"math equations"
]
}