File: package.json

Recommend this page to a friend!
  Classes of ryan silalahi   Encyclopedia   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Encyclopedia
Store large objects in many smaller ones
Author: By
Last change: Update of package.json
Date: 3 years ago
Size: 535 bytes
 

Contents

Class file image Download
{ "name": "encyclopedia", "version": "0.0.2", "description": "mask big object, i make this library to make a big object but in nodejs", "main": "lib/encyclopedia.js", "scripts": { "test": "nodeunit test" }, "keywords": [ "big", "object", "dictionary" ], "repository" : { "type" : "git", "url" : "https://github.com/ryanhs/encyclopedia.git" }, "author": "ryan hs <mr.ryansilalahi@gmail.com>", "license": "MIT", "dependencies": { }, "devDependencies": { "nodeunit": "0.9.0" } }