CSSOM

CSSOM 0.3.1

Created as an implementation of the CSS Object Model in pure JavaScript, CSSOM can additionally be used to parse CSS structures into JavaScript objects. This means CSSOM can be used to accurately portray the structure of a stylesheet via JS code. Works...

nginx-conf

nginx-conf 1.2.0 updated

nginx-conf allows developers to change the config files of local or remote nginx servers via simple JS calls. Besides basic changes, the module can handle other simple operations as well, including but not limited to backing up configs, logging,...

CriticalCSS

CriticalCSS 1.0.1 updated

CriticalCSS is a CSS optimization toolkit that finds Above the Fold CSS code. Above the Fold CSS is also known as critical path CSS and is the CSS needed to render the visible part of the page when it first loads. Google started recommended through...

Ahoy

Ahoy 1.3.0 updated

Ahoy can be used to build statistics and tracking systems for your applications. This bare-bones library provides basic methods for attaching a logging action to a specific event. What this means is that whenever the user does X, Ahoy will record X and...

T3

T3 2.4.0 updated

T3 is a JavaScript framework that can be used in building large-scale applications that run in the browser. It was developed by the Box.com dev team and uses a non-MVC approach that frees it up from limiting conventions and a series of restrictions that...

Jelix

Jelix 1.6.7 updated

Jelix was developed with pragmatism, ease of use, simplicity, performance, flexibility and robustness in mind. It comes with an API dealing with numbers of technical aspects: data access, MVC model, templates, output format generators (HTML,...

jQuery MiniColors

jQuery MiniColors 2.2.3 updated

jQuery MiniColors is simple, compact, and can be attached to a text or a hidden input control. When triggered, users can either type in a hex color code, or just select the desired color using the popup spectrum. The chosen color can then be used inside...

jQuery Mockjax

jQuery Mockjax 2.1.1 updated

jQuery Mockjax is a toolkit that most developers that carry out tests for their code will love. This jQuery plugin lets them setup a basic listen-and-answer system that allows them to test AJAX interactions and respond to the user's requests. This process...

JSON5

JSON5 0.5.0 updated

The library aims to be a replacement for the classic JSON format/syntax and take advantage of the new features found in EcmaScript 5.What is new in this release:Major: JSON5 officially supports Node.js v4 LTS and v5. Support for Node.js v0.6 and v0.8 have...