Files
front-end-coding-challenge/bower.json
2016-08-17 19:39:12 -04:00

35 lines
706 B
JSON

{
"name": "frontend-developer-challenge",
"description": "Sheesh. There's a lot wrong with this project.",
"main": "index.js",
"authors": [
"Ryan Provost"
],
"license": "ISC",
"keywords": [
"frontend",
"challenge"
],
"homepage": "https://github.com/rprovost/code-test-creation",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.7",
"font-awesome": "fontawesome#^4.6.3",
"weather-icons": "^2.0.10",
"express": "^4.14.0"
},
"devDependencies": {
"angular-mocks": "^1.5.7",
"hammerjs": "^2.0.8",
"d3": "^4.2.2",
"react": "^15.3.0"
}
}