mirror of
https://github.com/wassname/compare_altcoin_development.git
synced 2026-06-27 17:30:04 +08:00
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"name": "compare_github_repos",
|
|
"version": "0.0.1",
|
|
"description": "Compare github repositories",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "http-server src -o ",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "wassname",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"datatables": "^1.10.13",
|
|
"gh.js": "^3.0.8",
|
|
"jquery": "^3.1.1",
|
|
"lodash": "^4.17.4",
|
|
"moment": "^2.17.1",
|
|
"nanobar": "^0.4.2"
|
|
}
|
|
}
|