mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
Add package.json
This commit is contained in:
parent
f931fedd29
commit
18299ea0a6
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue