{
  "author": "Yuriy Luchaninov <y.luchaninov@mobidev.biz> (http://mobidev.biz/)",
  "bugs": {
    "url": "https://github.com/Rapid-Application-Development-JS/ServiceLocator/issues"
  },
  "contributors": [
    {
      "email": "y.luchaninov@mobidev.biz",
      "name": "Yuriy Luchaninov"
    },
    {
      "email": "a.trofimenko@mobidev.biz",
      "name": "Anton Trofimenko"
    }
  ],
  "dependencies": {
  },
  "description": "Dependency injection approach using Service Locator pattern",
  "devDependencies": {
    "chai": "*",
    "grunt": "^0.4.*",
    "grunt-contrib-clean": "^1.0.*",
    "grunt-contrib-concat": "^1.0.0",
    "grunt-contrib-copy": "^0.8.*",
    "grunt-contrib-uglify": "^0.11.*",
    "grunt-stripcomments": "^0.4.*",
    "gulp": "^3.*",
    "gulp-concat": "^2.6.0",
    "gulp-rename": "^1.2.*",
    "gulp-sourcemaps": "^1.6.*",
    "gulp-uglify": "^1.5.3",
    "mocha": "*",
    "uglifyjs": "^2.*"
  },
  "directories": {
    "doc": "docs",
    "example": "example",
    "lib": "source",
    "man": "man"
  },
  "engineStrict": false,
  "engines": {
    "node": "0.12.0"
  },
  "homepage": "https://github.com/Rapid-Application-Development-JS/ServiceLocator",
  "keywords": [
    "service-locator",
    "service locator",
    "dependency injection",
    "decouple",
    "registry"
  ],
  "license": "MIT",
  "main": "release/servicelocator.min.js",
  "name": "servicelocatorjs",
  "private": false,
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rapid-Application-Development-JS/ServiceLocator.git"
  },
  "scripts": {
    "build-cli": "uglifyjs 'source/servicelocator.js' --compress --mangle --screw-ie8 --comments --lint --source-map 'release/servicelocator.min.js.map' --output 'release/servicelocator.min.js'",
    "test": "mocha"
  },
  "version": "1.0.5"
}
