-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 723 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
30
31
32
33
34
{
"name": "calcsync",
"version": "1.0.0",
"description": "math to pic",
"main": "app.js",
"scripts": {
"test": "jshint app.js",
"start": "app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThatOneTqnk/calcsync.git"
},
"keywords": [
"integral"
],
"author": "me",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThatOneTqnk/calcsync/issues"
},
"homepage": "https://github.com/ThatOneTqnk/calcsync#readme",
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.9",
"express": "^4.16.3",
"form-data": "^2.3.2",
"mathjax-node": "^2.1.0",
"request": "^2.85.0"
},
"devDependencies": {
"jshint": "^2.9.5"
}
}