Skip to content

Commit

Permalink
package.json and manifest.json from last weeks release
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrhode2 committed Jul 13, 2016
1 parent 165edd1 commit 81dba5b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
3 changes: 1 addition & 2 deletions manifest.json
Expand Up @@ -3,7 +3,6 @@
"background": {
"persistent": true,
"scripts": [
"node_modules/extension-include/extension-include.js",
"node_modules/twitter-text/twitter-text.js",
"background.js"
]
Expand All @@ -26,5 +25,5 @@
"https://twitter.com/i/tweet/create",
"clipboardWrite"
],
"version": "0.4.1"
"version": "0.4.2"
}
28 changes: 28 additions & 0 deletions package.json
@@ -0,0 +1,28 @@
{
"name": "tweet-bar",
"version": "1.0.0",
"description": "- Webstore: https://chrome.google.com/webstore/detail/tweet-bar/pmhffbojijocplkhhgpdfipnmpblohel - Shortlink: http://bit.ly/tweet-bar",
"main": "background.js",
"dependencies": {
"extension-include": "github:devinrhode2/extension-include",
"fs": "0.0.2",
"grunt-closure-compiler": "^0.0.21",
"jquery.extend": "0.0.0",
"twitter-text": "^1.13.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devinrhode2/tweet-bar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/devinrhode2/tweet-bar/issues"
},
"homepage": "https://github.com/devinrhode2/tweet-bar#readme"
}

0 comments on commit 81dba5b

Please sign in to comment.