{
    "name": "hcv-daylight",
    "version": "0.1.5",
    "description": "This is a library provides color changes according to time of day.",
    "main": "dist/hcv-daylight.min.js",
    "scripts": {
        "build": "npm run clean && npm run build:dev && npm run build:prd",
        "build:dev": "webpack src/index.js dist/hcv-daylight.js --config tool/webpack.config.dev.js",
        "build:prd": "webpack src/index.js dist/hcv-daylight.min.js --config tool/webpack.config.prd.js",
        "prepublish": "npm run build",
        "clean": "rimraf dist build",
        "lint": "eslint src",
        "test": "karma start --single-run --no-auto-watch karma.config.js"
    },
    "keywords": [],
    "author": "Navides",
    "license": "MIT",
    "homepage": "https://github.com/Navides/HCV-Daylight#readme",
    "devDependencies": {
        "babel-core": "^6.4.0",
        "babel-eslint": "^4.1.6",
        "babel-istanbul": "^0.6.0",
        "babel-istanbul-loader": "0.0.1",
        "babel-loader": "^6.2.1",
        "babel-plugin-add-module-exports": "^0.1.2",
        "babel-preset-es2015": "^6.3.13",
        "eslint": "^1.10.3",
        "eslint-config-airbnb": "^3.1.0",
        "jasmine-core": "^2.4.1",
        "karma": "^0.13.19",
        "karma-chrome-launcher": "^0.2.2",
        "karma-coverage": "^0.5.3",
        "karma-jasmine": "^0.3.6",
        "karma-sourcemap-loader": "^0.3.7",
        "karma-webpack": "^1.7.0",
        "loader-utils": "^0.2.12",
        "rimraf": "^2.5.0",
        "webpack": "^1.12.11"
    },
    "dependencies": {
        "hcv-core": "^0.1.2"
    }
}
