initial commit, starting from prototool

This commit is contained in:
2014-08-19 18:44:14 -07:00
commit 844ca427a3
13 changed files with 566 additions and 0 deletions

26
bower.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "protomap",
"version": "0.0.0",
"authors": [
"Joe Fleming <joe.fleming@colonyamerican.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"coffee-script": "~1.7.1",
"html5-boilerplate": "~4.3.0",
"requirejs": "~2.1.11",
"less": "~1.7.0",
"backbone": "~1.1.2",
"lodash": "~2.4.1",
"jquery": "~2.1.0",
"bluebird": "~1.2.3",
"modernizr": "~2.7.2"
}
}