-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
41 lines (41 loc) · 863 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
39
40
41
{
"name": "newton-api",
"version": "1.0.1",
"description": "A really micro micro-service for advanced math.",
"main": "app.js",
"scripts": {
"start": "next start",
"dev": "next",
"build": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aunyks/newton.git"
},
"keywords": [
"math",
"newton",
"calculus",
"algebra",
"geometry",
"theory"
],
"author": "Gerald Nash",
"license": "GPLv3",
"private": true,
"bugs": {
"url": "https://github.com/aunyks/newton/issues"
},
"homepage": "https://github.com/aunyks/newton#readme",
"dependencies": {
"@metadelta/core": "^1.1.2",
"express": "^4.14.1",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"colors": "^1.1.2",
"request": "^2.79.0"
}
}