{
  "name": "nuclear-module-registry",
  "version": "0.1.0",
  "description": "A nuclear module to register your nuclear modules.",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint .",
    "clean": "rm -rf lib coverage",
    "test": "./node_modules/mocha/bin/_mocha --reporter spec --compilers js:babel-register",
    "test:watch": "npm test -- --watch",
    "build:lib": "babel ./src --out-dir ./lib",
    "build": "npm run build:lib",
    "prepublish": "npm run clean && npm run build",
    "postpublish": "npm run clean"
  },
  "author": "Umut Sirin <umutsirin1@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.4",
    "babel-eslint": "^6.0.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.7.2",
    "eslint": "^2.6.0",
    "expect": "^1.16.0",
    "mocha": "^2.4.5",
    "nuclear-js": "^1.3.0"
  },
  "dependencies": {
    "immutable": "^3.7.6",
    "lodash.assign": "^4.0.7",
    "nuclear-module": "^0.5.0",
    "nuclear-record": "^0.1.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/usirin/nuclear-module-registry.git"
  },
  "keywords": [
    "nuclear-module",
    "nuclear-js",
    "module",
    "registry"
  ],
  "bugs": {
    "url": "https://github.com/usirin/nuclear-module-registry/issues"
  },
  "homepage": "https://github.com/usirin/nuclear-module-registry#readme"
}
