1
0
Fork 0

package.json

This commit is contained in:
Lukas Winkler 2017-08-13 15:23:25 +02:00
parent 5a615a5330
commit ed5f1ce671
2 changed files with 34 additions and 0 deletions

11
package-lock.json generated Normal file
View file

@ -0,0 +1,11 @@
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bootstrap": {
"version": "4.0.0-beta",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0-beta.tgz",
"integrity": "sha512-I/r3fYtUZr+rUNkh8HI+twxZ56p6ehNn27eA1XSebLVQKAJ2xZHnEvZrSR+UR2A/bONcd9gHC3xatVhQlH6R6w=="
}
}
}

23
package.json Normal file
View file

@ -0,0 +1,23 @@
{
"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"
}