Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
{
2
  "name": "morris.js",
3
  "version": "0.4.3",
4
  "homepage": "http://oesmith.github.com/morris.js",
5
  "description": "Easy, pretty charts",
6
  "author": {
7
    "name": "Olly Smith",
8
    "email": "olly@oesmith.co.uk"
9
  },
10
  "repository": {
11
    "type": "git",
12
    "url": "git://github.com/oesmith/morris.js.git"
13
  },
14
  "bugs": {
15
    "url": "https://github.com/oesmith/morris.js/issues"
16
  },
17
  "devDependencies": {
18
    "grunt-coffee": "~> 0.0.6",
19
    "grunt-mocha": "~> 0.1.7",
20
    "grunt-contrib-less": "~> 0.3.2",
21
    "grunt": "~> 0.3.17"
22
  },
23
  "scripts": {
24
    "test": "./node_modules/.bin/grunt coffee mocha"
25
  }
26
}