{
  "name": "micro-requirejs",
  "title": "Micro RequireJS",
  "description": "Tiny asynchronous dependency loader, that does not require modification of dependent scripts",
  "version": "2.0.0",
  "keywords": [
    "dependency",
    "loader",
    "AMD",
    "micro",
    "asynchronous"
  ],
  "author": {
    "name": "Dmitry Sheiko",
    "url": "http://dsheiko.com"
  },
  "scripts": {
    "build": "uglifyjs rjs.js -o rjs.min.js -c -m",
    "lint": "grunt jshint",
    "test": "karma start karma.conf.js"
  },
  "main": "./rjs.js",
  "devDependencies": {
    "chai": "^4.2.0",
    "jasmine-core": "^3.2.1",
    "karma": "^3.1.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^1.0.1",
    "karma-jasmine": "^2.0.1",
    "uglify-js": "^3.4.9"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/fawek/codepainter/raw/master/LICENSE"
    }
  ],
  "maintainers": [
    {
      "name": "Dmitry Sheiko",
      "email": "me@dsheiko.com",
      "web": "http://dsheiko.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dsheiko/micro-requirejs.git"
  }
}
