{
    "name": "underscore.assert",
    "version": "2.0.0",
    "description": "🔨 Plugin for Underscore.js: add `_.assert()`, which simplify checking states",
    "license": "MIT",
    "author": {
        "name": "Piotr Kowalski",
        "email": "piecioshka@gmail.com",
        "url": "https://piecioshka.pl"
    },
    "scripts": {
        "clear": "rm -rf node_modules/",
        "prebuild": "rm -rf dist/",
        "build": "webpack --profile",
        "watch": "webpack -w",
        "test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
        "coverage": "nyc npm run test && nyc report --reporter=html"
    },
    "devDependencies": {
        "jasmine": "^2.5.2",
        "json-loader": "^0.5.4",
        "nyc": "^17.1.0",
        "string-replace-loader": "^1.0.5",
        "underscore": "^1.8.3",
        "webpack": "^1.13.3"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/piecioshka/underscore.assert.git"
    },
    "files": [
        "dist",
        "src",
        "index.js",
        "package.json",
        "README.md"
    ],
    "keywords": [
        "underscore",
        "assert",
        "testing"
    ],
    "main": "dist/underscore.assert.js"
}
