generated from Gesugao-san/infrastructure-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 872 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
{
"name": "ss13-projects-data",
"version": "1.0.0",
"description": "<p align=\"center\">\r \t<h2 align=\"center\">\r \t\t<a href=\"https://github.com/SS13HUB/ss13-projects-data\">SS13 Projects data</a>\r \t</h2>\r </p>",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SS13HUB/ss13-projects-data.git"
},
"author": "Gesugao-san",
"license": "MIT",
"bugs": {
"url": "https://github.com/SS13HUB/ss13-projects-data/issues"
},
"homepage": "https://github.com/SS13HUB/ss13-projects-data#readme",
"dependencies": {
"d3": "^3.5.17",
"d3-color": "^3.1.0",
"d3-selection": "^3.0.0",
"d3-webpack-loader": "^0.1.1",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"process": "^0.11.10",
"sort-json": "^2.0.1",
"ts-graphviz": "^1.5.1"
}
}