Skip to content

Instantly share code, notes, and snippets.

@mike-koch
Last active March 19, 2016 01:52
Show Gist options
  • Save mike-koch/08db43656dfccb30b105 to your computer and use it in GitHub Desktop.
Save mike-koch/08db43656dfccb30b105 to your computer and use it in GitHub Desktop.
{
"directory": "src/main/resources/static/vendor",
"ignoredDependencies": [
"bootstrap-sass"
]
}
{
"name": "stillmaintained",
"homepage": "https://github.com/mkoch227/stillmaintained",
"authors": [
"Mike Koch <mkoch227@gmail.com>"
],
"description": "Site to check (and record) if a GitHub project is being maintained.",
"main": "",
"moduleType": [],
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap": "~3.3.6",
"bootstrap-material-design": "~0.5.7",
"font-awesome": "fontawesome#~4.5.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment