File: package.json

Recommend this page to a friend!
  Classes of Thomas Björk   Node.js Background Jobs   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Node.js Background Jobs
Run background jobs using Node.js modules
Author: By
Last change: Changes the arguments to the modules exported functions
Documented the source a bit
Wrote a better skeleton for the readme
Date: 2 years ago
Size: 783 bytes
 

Contents

Class file image Download
{ "name" : "BackgroundService", "version" : "1.0.0", "private" : true, "description" : "BackgroundService is a subsystem to other systems", "keywords" : "background service", "homepage" : "http://www.delith.org", "bugs": { "url" : "http://www.delith.org/issues", "email" : "tb@delith.org" }, "license" : { "license" : "BSD" }, "author" : { "name" : "Thomas Björk", "email" : "tb@delith.org", "url" : "http://www.delith.org" }, "scripts": { "start": "node service.js" }, "engines": { "node": "0.10.25", "npm": "1.4.0" }, "repository" : { }, "dependencies" : { "jade" : "", "less" : "", "node-sass": "", "crypto": "", "roole": "", "roole-parser": "", "roole-compiler": "" } }