krambuhl/Kondico

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "kondico",
  "version": "0.2.1",
  "description": "Functional conditions and compositions.",
  "main": "dist/kondico.js",
  "scripts": {
    "develop": "gulp develop",
    "build": "gulp build",
    "test": "gulp test",
    "docs": "doxx -s source -T docs -t \"Formi\"",
    "ci-test": "./node_modules/karma/bin/karma start --single-run true && npm run ci-climate",
    "ci-climate": "mv coverage/*/lcov.info coverage && codeclimate < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/krambuhl/kondico.git"
  },
  "keywords": [
    "cond",
    "condtions",
    "composition"
  ],
  "authors": [
    "Evan Krambuhl <thekrambuhl@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/krambuhl/kondico/issues"
  },
  "homepage": "https://github.com/krambuhl/kondico",
  "devDependencies": {
    "codeclimate-test-reporter": "0.0.4",
    "del": "^0.1.3",
    "doxx": "^1.2.1",
    "gulp": "^3.8.6",
    "gulp-config-sync": "0.0.1",
    "gulp-file-include": "^0.4.0",
    "gulp-karma": "0.0.4",
    "gulp-preprocess": "^1.2.0",
    "gulp-rename": "^1.2.0",
    "gulp-sourcemaps": "^1.1.0",
    "gulp-uglify": "^0.3.1",
    "gulp-umd": "^0.1.3",
    "karma": "^0.12.28",
    "karma-coverage": "^0.2.6",
    "karma-mocha": "^0.1.9",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-spec-reporter": "0.0.13",
    "run-sequence": "^0.3.6"
  },
  "dependencies": {
    "formi": "^0.4.0"
  }
}