File: demos/startbootstrap-sb-admin-2/bower_components/morrisjs/package.json

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/startbootstrap-sb-admin-2/bower_components/morrisjs/package.json   Download  
File: demos/startbootstrap-sb-admin-2/bower_components/morrisjs/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/startbootstrap-sb-admin-2/bower_components/morrisjs/package.json
Date: 2 years ago
Size: 871 bytes
 

Contents

Class file image Download
{ "name": "morris.js", "version": "0.5.0", "homepage": "http://morrisjs.github.com/morris.js", "license": "BSD-2-Clause", "description": "Easy, pretty charts", "author": { "name": "Olly Smith", "email": "olly@oesmith.co.uk" }, "repository": { "type": "git", "url": "git://github.com/morrisjs/morris.js.git" }, "bugs": { "url": "https://github.com/morrisjs/morris.js/issues" }, "devDependencies": { "matchdep": "~0.1.2", "grunt": "~0.4.1", "grunt-mocha": "~0.4.10", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-less": "~0.7.0", "grunt-contrib-watch": "~0.5.3", "grunt-shell": "~0.5.0", "bower": "~1.2.8" }, "scripts": { "test": "grunt concat coffee mocha" }, "engines": { "node": ">=0.8 <0.11" } }