UNPKG

587 BJSONView Raw
1{
2 "author": {
3 "name": "David Herron",
4 "email": "david@davidherron.com",
5 "url": "http://nodejs.davidherron.com"
6 },
7 "name": "akashacms-tagged-content",
8 "description": "A plugin for AkashaCMS for tagging content, creating tag clouds, etc",
9 "homepage": "https://github.com/robogeek/akashacms-tagged-content",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/robogeek/akashacms-tagged-content.git"
13 },
14 "version": "0.1.14",
15 "engines": {
16 "node": ">=0.10.1"
17 },
18 "dependencies": {
19 "tagcloud-generator": ">=0.1.3",
20 "temporary": "*"
21 }
22}