| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "zsnapper",
- "description": "A ZFS snapshot service",
- "author": "Jakob Borg <jakob@nym.se> (http://nym.se/)",
- "keywords": [
- "solaris",
- "zfs",
- "illumos",
- "openindiana",
- "smartos"
- ],
- "homepage": "http://nym.se/zsnapper/docs/",
- "version": "0.0.2",
- "bin": "./zsnapper",
- "scripts": {
- "test": "NODE_PATH=lib PATH=test:$PATH node_modules/.bin/mocha -R spec",
- "hint": "jshint *.js lib/*.js",
- "doc": "docco lib/* example.js 2>/dev/null",
- "cov": "jscoverage lib lib-cov && EXPRESS_COV=1 NODE_PATH=lib-cov mocha -R html-cov > docs/coverage.html"
- },
- "dependencies": {
- "async": "0.1.x",
- "cron": "https://github.com/calmh/node-cron/tarball/master",
- "underscore": "1.3.x",
- "zfs": "*"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/calmh/zsnapper.git"
- },
- "bugs": {
- "url": "http://github.com/calmh/zsnapper/issues",
- "email": "zsnapper@nym.se"
- }
- }
|