letsgetrandy/DICSS

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "DICSS",
  "version": "1.0.0",
  "description": "Directly Injected CSS",
  "main": "dicss.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "mocha-phantomjs tests/index.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/letsgetrandy/DICSS.git"
  },
  "keywords": [
    "css"
  ],
  "author": "Randy Hunt",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/letsgetrandy/DICSS/issues"
  },
  "homepage": "https://github.com/letsgetrandy/DICSS",
  "devDependencies": {
    "chai": "^2.1.2",
    "eslint": "^0.17.0",
    "mocha": "^2.2.1",
    "mocha-phantomjs": "^3.5.3",
    "phantomjs": "^1.9.16"
  }
}