UNPKG

632 BJSONView Raw
1{
2 "name":"archivist",
3 "description":"prototype of the Archivist archetype for the Personify framework",
4 "version":"0.5.5",
5 "homepage":"http://github.com/leadVisionary/archivist",
6 "repository":"git://github.com/leadVisionary/archivist.git",
7 "author":"Nicholas Vaidyanathan <visionary.software.solutions@gmail.com> (http://www.visionarysoftwaresolutions.com/)",
8 "main":"./archivist.js",
9 "dependencies":{
10 "coffee-script":"*"
11 },
12 "devDependencies":{
13 "node-log":"*",
14 "should":"*",
15 "mocha":"*"
16 },
17 "engines":{
18 "node":">= 0.6.0"
19 }
20}