initial commit, starting from prototool
This commit is contained in:
26
bower.json
Normal file
26
bower.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user