summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Verschaeve <arthur.versch@gmail.com>2015-03-06 18:56:33 +0100
committerArthur Verschaeve <arthur.versch@gmail.com>2015-03-06 18:56:33 +0100
commit47ba3d1edb10760fc231483df60ce337e735868f (patch)
tree82dbf6eb18928ee6107fb238133209432d9c1b55
parent735b44d02c4d24d90a8a06614ee42b867f7e8ce3 (diff)
downloadawesomplete-47ba3d1edb10760fc231483df60ce337e735868f.zip
awesomplete-47ba3d1edb10760fc231483df60ce337e735868f.tar.gz
awesomplete-47ba3d1edb10760fc231483df60ce337e735868f.tar.bz2
Fixes to package.json
-rw-r--r--package.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/package.json b/package.json
index 148cdec..af4764f 100644
--- a/package.json
+++ b/package.json
@@ -1,19 +1,16 @@
{
"name": "awesomplete",
- "version": "1.0.0",
+ "version": "0.0.0",
"description": "http://leaverou.github.io/awesomplete/",
"main": "awesomplete.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/LeaVerou/awesomplete.git"
- },
- "author": "",
- "license": "ISC",
+ "repository": "LeaVerou/awesomplete",
+ "author": "Lea Verou",
+ "license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/awesomplete/issues"
},
- "homepage": "https://github.com/LeaVerou/awesomplete"
+ "homepage": "https://leaverou.github.io/awesomplete/"
}