UNPKG

584 BJSONView Raw
1{
2 "name": "breadcrumbs",
3 "version": "0.0.5",
4 "description": "Plugin for creating awesome breadcrumbs",
5 "main": "lib-js/breadcrumbs.js",
6 "directories": {
7 "example": "example"
8 },
9 "scripts": {
10 "postinstall": "cake build"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/AlexMost/breadcrumbs.js.git"
15 },
16 "keywords": [
17 "breadcrumbs",
18 "awesome",
19 "breadcrumbs"
20 ],
21 "dependencies":{
22 "async": "~0.2.6",
23 "commonjs-jquery": "*"
24 },
25 "author": "Alexander Mostovenko",
26 "license": "BSD",
27 "readmeFilename": "README.md"
28}