2018-08-22 21:10:44 +02:00
|
|
|
{
|
|
|
|
"name": "linkace",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A small, selfhosted bookmark manager.",
|
|
|
|
"homepage": "https://github.com/Kovah/LinkAce",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Kovah/LinkAce.git"
|
|
|
|
},
|
|
|
|
"author": "Kovah.de",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kovah/LinkAce/issues"
|
|
|
|
},
|
2019-01-16 22:40:54 +01:00
|
|
|
"scripts": {
|
|
|
|
"dev": "grunt dev",
|
|
|
|
"build": "grunt build"
|
|
|
|
},
|
2018-08-22 21:10:44 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^8.6.5",
|
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
"babel-preset-env": "^1.7.0",
|
|
|
|
"babelify": "^8.0.0",
|
2019-01-11 15:11:59 +01:00
|
|
|
"browserify": "^16.2.3",
|
2018-08-22 21:10:44 +02:00
|
|
|
"grunt": "^1.0.3",
|
|
|
|
"grunt-browser-sync": "^2.2.0",
|
|
|
|
"grunt-browserify": "^5.3.0",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
2018-09-06 22:53:16 +02:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2018-08-22 21:10:44 +02:00
|
|
|
"grunt-exorcise": "^2.1.1",
|
|
|
|
"grunt-modernizr": "^1.0.3",
|
|
|
|
"grunt-postcss": "^0.9.0",
|
2019-01-11 15:11:59 +01:00
|
|
|
"grunt-sass": "^3.0.2",
|
2018-08-22 21:10:44 +02:00
|
|
|
"load-grunt-tasks": "^4.0.0",
|
2019-01-11 15:11:59 +01:00
|
|
|
"node-sass": "^4.11.0",
|
2018-08-22 21:10:44 +02:00
|
|
|
"postcss": "^6.0.23",
|
|
|
|
"time-grunt": "^1.4.0",
|
|
|
|
"uglifyify": "^5.0.1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-11 15:11:59 +01:00
|
|
|
"@fortawesome/fontawesome-free": "^5.6.3",
|
|
|
|
"bootstrap": "^4.2.1",
|
2018-09-06 22:53:16 +02:00
|
|
|
"font-awesome": "^4.7.0",
|
|
|
|
"jquery": "^3.3.1",
|
2019-01-11 15:11:59 +01:00
|
|
|
"popper.js": "^1.14.6",
|
2018-09-06 22:53:16 +02:00
|
|
|
"selectize": "^0.12.6"
|
2018-08-22 21:10:44 +02:00
|
|
|
}
|
|
|
|
}
|