{
  "name": "j-date",
  "version": "0.0.5",
  "description": "Date class implementation in Jalali calendar",
  "main": "dist/j-date.js",
  "scripts": {
    "test": "nodeunit test/test.js",
    "build": "webpack & webpack --config=webpack.config.dist.js",
    "prepublish": "npm run build",
    "serve": "webpack -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smbeiragh/j-date.git"
  },
  "keywords": [
    "jalali date",
    "jalaali date",
    "jdate",
    "jalali",
    "jalaali"
  ],
  "author": "smbeiragh <smbeiragh@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/smbeiragh/j-date/issues"
  },
  "homepage": "https://github.com/smbeiragh/j-date#readme",
  "devDependencies": {
    "babel-core": "^6.8.0",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "eslint": "^2.9.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-loader": "^1.3.0",
    "eslint-plugin-import": "^1.8.0",
    "eslint-plugin-jsx-a11y": "^1.2.0",
    "eslint-plugin-react": "^5.1.1",
    "imports-loader": "^0.6.5",
    "nodeunit": "^0.9.1",
    "webpack": "^1.13.0"
  },
  "dependencies": {
    "jalaali-js": "^1.0.0"
  }
}
