Nuestro burocrata preferido: Sam Lowry
https://lowry.sindominio.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
621 B
28 lines
621 B
{ |
|
"name": "lowry", |
|
"version": "0.0.0", |
|
"description": "Our favorite burocrat", |
|
"main": "assets/index.js", |
|
"scripts": { |
|
"build": "webpack" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git@0xacab.org:sindominio/lowry.git" |
|
}, |
|
"author": "SinDominio", |
|
"license": "AGPL-3.0", |
|
"dependencies": { |
|
"bootstrap": "^4.2.0", |
|
"jquery": "^3.2.1", |
|
"popper.js": "^1.12.3" |
|
}, |
|
"devDependencies": { |
|
"autoprefixer": "^7.1.3", |
|
"css-loader": "^0.28.7", |
|
"expose-loader": "^0.7.5", |
|
"extract-text-webpack-plugin": "^3.0.0", |
|
"style-loader": "^0.18.2", |
|
"webpack": "^3.5.5" |
|
} |
|
}
|
|
|