Last active
March 19, 2016 01:52
-
-
Save mike-koch/08db43656dfccb30b105 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"directory": "src/main/resources/static/vendor", | |
"ignoredDependencies": [ | |
"bootstrap-sass" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "stillmaintained", | |
"homepage": "https://github.com/mkoch227/stillmaintained", | |
"authors": [ | |
"Mike Koch <[email protected]>" | |
], | |
"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