Add package.json

This commit is contained in:
Sofya Ilinova 2014-11-27 15:42:00 +03:00
parent f931fedd29
commit 18299ea0a6
1 changed files with 15 additions and 0 deletions

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "chrome-point-plus",
"version": "1.17.3",
"description": "Chrome extension for point.im",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:skobkin/chrome_point_plus.git"
},
"author": "\"Alexey Skobkin\"",
"license": "MIT"
}