-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
29 lines (29 loc) · 1.11 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
{
"name": "illustatus",
"version": "1.0.0",
"description": "![image](https://github.com/blairlee227/IlluStatus/blob/master/src/illustatus_logo.png) <p align=center> <a target=\"_blank\" href=\"https://opensource.org/licenses/MIT\" title=\"License: MIT\"><img src=\"https://img.shields.io/badge/License-MIT-blue.svg\"></a> <a target=\"_blank\" href=\"https://github.com/ellerbrock/open-source-badges\" title=\"License: MIT\"><img src=\"https://badges.frapsoft.com/os/v2/open-source.svg?v=103\"></a> <image src=\"https://github.com/blairlee227/IlluStatus/blob/master/src/demo_2.gif\"> </p>",
"main": "web.js",
"scripts": {
"start": "node web.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blairlee227/IlluStatus.git"
},
"author": "",
"bugs": {
"url": "https://github.com/blairlee227/IlluStatus/issues"
},
"homepage": "https://github.com/blairlee227/IlluStatus#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"express": "^4.18.1",
"fs-extra": "^7.0.1",
"svgo": "^2.8.0",
"url": "^0.11.0"
},
"license": "MIT",
"engines": {
"node": "8"
}
}