Initial commit. Simple skeleton
parents
Showing
.gitignore
0 → 100644
gruntfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "Timebars", | ||
"version": "0.0.1", | ||
"description": "Animated barcharts", | ||
"devDependencies": { | ||
"grunt": "0.4.x", | ||
"grunt-contrib-copy": "0.4.x", | ||
"grunt-bower-task": "0.3.x", | ||
"grunt-contrib-jshint": "0.6.x", | ||
"grunt-jslint": "1.0.x", | ||
"grunt-contrib-clean": "0.5.x", | ||
"grunt-bump": "~0.0.0", | ||
"grunt-contrib-watch": "0.5.x", | ||
"grunt-contrib-connect": "0.3.x", | ||
"grunt-notify": "0.2.x", | ||
"grunt-sass": "0.6.0", | ||
"grunt-connect-proxy": "~0.1.6", | ||
"grunt-extend": "~0.4.2" | ||
} | ||
} |
www/index.html
0 → 100644
Please register or sign in to comment