package.json 821 Bytes
{
  "name": "yoho.lazyload",
  "version": "1.0.0",
  "engines": {
    "node": ">= 0.8.0"
  },
  "description": "yoho lazyload, encased with version 1.9.3 of jquery.lazyload",
  "author": "Mika Tuupola <tuupola@appelsiini.net>",
  "repository": {
    "type": "git",
    "url": "git@github.com:YOHO-LAB/jquery_lazyload.git"
  },
  "licenses": "MIT",
  "spm": {
    "main": "lazyload.js",
    "dependencies": {
      "yoho.jquery": "1.8.3"
    },
    "devDependencies": {
      "expect.js": "0.3.1"
    }
  },
  "scripts": {
    "test": "grunt test",
    "test": "spm test",
    "build": "spm build"
  },
  "devDependencies": {
    "spm": "3",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-uglify": "~0.2.4",
    "grunt-contrib-jasmine": "~0.5.2",
    "grunt-contrib-watch": "~0.5.3"
  }
}