added price per unit to item details page

This commit is contained in:
Senad Uka
2015-01-30 07:19:28 +01:00
parent b8caf1a8a7
commit 35cc279527
70 changed files with 12644 additions and 17 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "backbone",
"version": "1.1.2",
"main": "backbone.js",
"dependencies": {
"underscore": ">=1.5.0"
},
"ignore": [
"backbone-min.js",
"docs",
"examples",
"test",
"*.yml",
"*.map",
".html",
"*.ico"
],
"homepage": "https://github.com/jashkenas/backbone",
"_release": "1.1.2",
"_resolution": {
"type": "version",
"tag": "1.1.2",
"commit": "53f77901a4ea9c7cf75d3db93ddddf491998d90f"
},
"_source": "git://github.com/jashkenas/backbone.git",
"_target": ">=1.0.0",
"_originalSource": "backbone"
}