Add bower

This commit is contained in:
Sofya Ilinova 2014-11-27 15:45:39 +03:00
parent 18299ea0a6
commit 0ea6b24e88
4 changed files with 25 additions and 1 deletions

3
.bowerrc Normal file
View File

@ -0,0 +1,3 @@
{
"directory": "chrome_point_plus/vendor"
}

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
chrome_point_plus/vendor/
/nbproject/private/
node_modules/
publish

16
bower.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "chrome-point-plus",
"version": "1.17.3",
"authors": [
"Alexey Skobkin"
],
"description": "Chrome extension for point.im",
"license": "MIT",
"homepage": "https://bitbucket.org/skobkin/chrome_point_plus",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"chrome_point_plus/vendors/**"
]
}

View File

@ -11,5 +11,8 @@
"url": "git@bitbucket.org:skobkin/chrome_point_plus.git"
},
"author": "\"Alexey Skobkin\"",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"bower": "^1.3.12"
}
}