File: package.json

Recommend this page to a friend!
  Classes of Emil Kilhage   class.js   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: class.js
Create classes with Node.js, jQuery and JavaScript
Author: By
Last change: Update of package.json
Date: 2 years ago
Size: 656 bytes
 

Contents

Class file image Download
{ "name": "glooby-class", "version": "1.1.1", "description": "Low level javascript library that helps you to create and work with classes/objects", "main": "node.class.js", "directories": { "test": "test" }, "scripts": { "test": "test/node/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/kilhage/class.js.git" }, "keywords": [ "class", "oop", "glooby", "kilhage" ], "author": "Emil Kilhage <emil.kilhage@glooby.com>", "license": "MIT", "bugs": { "url": "https://github.com/kilhage/class.js/issues" }, "homepage": "https://github.com/kilhage/class.js#readme" }