freeCodeCamp/bower.json

31 lines
633 B
JSON
Raw Normal View History

2015-05-03 08:37:22 +00:00
{
"name": "freecodecamp",
"version": "0.0.0",
"homepage": "http://freecodecamp.com",
"authors": [
"Quincy Larson <michaelqlarson@gmail.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"angular-ui-bootstrap": "~0.13.0",
"angular": "~1.3.15",
"d3": "~3.5.5",
"jquery": "~2.1.4",
"cal-heatmap": "~3.5.2",
"bootstrap": "~3.3.4",
"font-awesome": "~4.3.0",
"moment": "~2.10.2",
2015-05-11 04:59:55 +00:00
"angular-bootstrap": "~0.13.0",
"ramda": "~0.13.0"
2015-05-03 08:37:22 +00:00
}
}