mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 04:43:01 -05:00
35 lines
706 B
JSON
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"
|
|
}
|
|
}
|