Files
2017-11-29 11:02:22 +08:00

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"
}
}