mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-18 05:38:40 +01:00
43 lines
1.1 KiB
JSON
Executable File
43 lines
1.1 KiB
JSON
Executable File
{
|
|
"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"
|
|
},
|
|
"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",
|
|
"browserify": "^16.2.2",
|
|
"grunt": "^1.0.3",
|
|
"grunt-browser-sync": "^2.2.0",
|
|
"grunt-browserify": "^5.3.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-exorcise": "^2.1.1",
|
|
"grunt-modernizr": "^1.0.3",
|
|
"grunt-postcss": "^0.9.0",
|
|
"grunt-sass": "^3.0.1",
|
|
"load-grunt-tasks": "^4.0.0",
|
|
"node-sass": "^4.9.2",
|
|
"postcss": "^6.0.23",
|
|
"time-grunt": "^1.4.0",
|
|
"uglifyify": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"bulma": "^0.7.1",
|
|
"font-awesome": "^4.7.0"
|
|
}
|
|
}
|