eimfach/capsule-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "frozen-core",
  "version": "0.14.0",
  "description": "frozen-core.js - micro lib implementing an object creation paradigm for immutable structures",
  "main": "frozen-core.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/*.js",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info && gulp coveralls && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eimfach/frozen-core.git"
  },
  "keywords": [
    "js",
    "javascript",
    "frozen",
    "freeze",
    "frozen-core.js",
    "immutable"
  ],
  "author": "Robin Gruenke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eimfach/frozen-core/issues"
  },
  "homepage": "https://github.com/eimfach/frozen-core",
  "devDependencies": {
    "chai": "^1.10.0",
    "gulp": "^3.8.11",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.9.0",
    "gulp-mocha": "^2.0.1",
    "istanbul": "^0.3.14",
    "mocha": "^2.0.1",
    "q": "^1.4.0"
  }
}