mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
Add bower
This commit is contained in:
parent
18299ea0a6
commit
0ea6b24e88
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
chrome_point_plus/vendor/
|
||||
/nbproject/private/
|
||||
node_modules/
|
||||
publish
|
||||
|
|
16
bower.json
Normal file
16
bower.json
Normal 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/**"
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue