Adds bower to node dependencies, uses bower to get the typeahead dependency, gets bower dependencies on npm install

This commit is contained in:
Shannon
2014-05-05 15:55:48 +10:00
parent 956a92f5b4
commit 27e6b8c80c
5 changed files with 62 additions and 7 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Umbraco",
"version": "7",
"homepage": "https://github.com/umbraco/Umbraco-CMS",
"authors": [
"Shannon <sdeminick@umbraco.com>"
],
"description": "Umbraco CMS",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"typeahead.js": "~0.10.2"
}
}