mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 12:43:03 -05:00
posting challenge v1
This commit is contained in:
34
bower.json
Normal file
34
bower.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user