1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
piwik-checker/package.json

24 lines
613 B
JSON
Raw Permalink Normal View History

2017-08-13 15:23:25 +02:00
{
"name": "piwik-checker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.0.0-beta"
},
"devDependencies": {},
"scripts": {
"copy": "rm -rf libs && mkdir -p libs/bootstrap/ && cp node_modules/bootstrap/dist/css/bootstrap*.min.css libs/bootstrap/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Findus23/piwik-checker.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Findus23/piwik-checker/issues"
},
"homepage": "https://github.com/Findus23/piwik-checker#readme"
}