Deleted nested package.json.

This commit is contained in:
chrisharrington
2014-05-05 11:12:32 -06:00
parent 1a13972439
commit a13183c6f9
-25
View File
@@ -1,25 +0,0 @@
{
"name": "nanobar",
"version": "0.2.0",
"description": "Very lightweight js progress bars (for browsers)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:jacoborus/nanobar.git"
},
"keywords": [
"progressbar",
"css3",
"js",
"html"
],
"author": "Jacobo Tabernero jacobo@xarope.eu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacoborus/nanobar/issues"
},
"homepage": "http://nanobar.micronube.com"
}