{
  "author": "Learning Equality",
  "bugs": {
    "url": "https://github.com/learningequality/le-utils/issues"
  },
  "description": "A package that exposes constants commonly used across the Kolibri Ecosystem",
  "directories": {
    "src": "js"
  },
  "files": [
    "*.js",
    "**/*.js"
  ],
  "homepage": "https://github.com/learningequality/le-utils#readme",
  "keywords": [
    "kolibri",
    "constants",
    "content"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "kolibri-constants",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/learningequality/le-utils.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.2.10"
}