{
  "name": "@glimmer/reference",
  "version": "0.22.1",
  "description": "Objects used to track values and their dirtiness in Glimmer",
  "main": "dist/commonjs/index.js",
  "jsnext:main": "dist/modules/index.js",
  "module": "dist/modules/index.js",
  "typings": "index.ts",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "build": "../../../build/build",
    "test": "node -e 'require(\".\")'",
    "prepublish": "npm run build"
  },
  "license": "MIT",
  "dependencies": {
    "@glimmer/util": "^0.22.1"
  },
  "files": [
    "dist",
    "index.ts",
    "lib"
  ],
  "devDependencies": {
    "typescript": "^2.1.4"
  }
}
