wearefine/frob-core

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "frob-core",
  "version": "1.0.0",
  "description": "A framework for front (frob) enders (tenders) everywhere",
  "main": "source/javascripts/frob_core_helpers.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "body-parser": "^1.7.0",
    "express": "^4.8.8",
    "gulp": "^3.8.7",
    "gulp-autoprefixer": "latest",
    "gulp-concat": "^2.3.4",
    "gulp-csso": "latest",
    "gulp-jade": "latest",
    "gulp-livereload": "latest",
    "gulp-rename": "latest",
    "gulp-sass": "latest",
    "gulp-uglify": "^1.0.1",
    "gulp-util": "^3.0.1",
    "jasmine-core": "^2.4.1",
    "jstransformer-uglify-js": "latest",
    "karma": "~0.13",
    "karma-chrome-launcher": "^0.2.2",
    "karma-jasmine": "^0.3.6",
    "karma-phantomjs-launcher": "^0.2.0",
    "marked": "latest",
    "phantomjs": "^2.1.7",
    "tiny-lr": "latest"
  },
  "scripts": {
    "test": "karma start ./test/karma.conf.js",
    "test:dev": "karma start ./test/local.karma.conf.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wearefine/frob-core.git"
  },
  "keywords": [
    "helpers",
    "easy-javascript",
    "framework"
  ],
  "author": "Tim Shedor <tim@wearefine.com>",
  "contributors": [
    "FINE Design Group, Inc. Dev Department",
    "Kyle Shevlin <kyle@wearefine.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wearefine/frob-core/issues"
  },
  "homepage": "https://github.com/wearefine/frob-core"
}