{
    "name": "ng2-momentjs-helper",
    "version": "0.0.9",
    "dependencies" : {
        "jalali-moment": "^3.0.7"
    },
    "description": "Angular2 momentjs datatime helper",
    "main": "dist/index",
    "typings": "dist/index",
    "scripts": {
        "prepublishOnly": "npm run compile",
        "compile": "npm run clean && tsc -p .",
        "watch": "tsc -w -p .",
        "clean": "rm -rf dist"
    },
    "bugs": {
        "url": "http://github.com/cmajid/ng2-momentjs-helper/issues"
    },
    "repository": {
        "type": "git",
        "url": "http://github.com/cmajid/ng2-momentjs-helper.git"
    },
    "keywords": [
        "Angular2",
        "momentjs",
        "datatime",
        "helper"
    ],
    "author": "Majid Shahmohammadi <your.contact.email@service.com>",
    "license": "MIT",
    "devDependencies": {
        "@types/node": "^8.0.0",
        "typescript": "^2.6.1"
    },
    "files": [
        "dist/index.js",
        "dist/index.d.ts",
        "dist/lib"
    ]
}