{
  "name": "@tremorvideo/tron",
  "version": "1.2.5",
  "description": "Chart and metrics display component",
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "doc": "docker -c monokai -i js",
    "standard": "standard js/*.js && standard server/*.js",
    "start": "docker -c monokai -u -i js && node server/index.js",
    "watch": "watchify -t [ babelify --compact false ] --it browserify-istanbul -r jquery -r lodash -r d3 -r ./js/index.js:tron > dist/tron.js",
    "browserify": "browserify -t [ babelify --compact false ] --it browserify-istanbul -r jquery -r lodash -r d3 -r ./js/index.js:tron > dist/tron.js",
    "uglify": "uglifyjs --screw-ie8 --compress --mangle -o dist/tron.min.js -- dist/tron.js",
    "less": "lessc --no-ie-compat --no-js --include-path=node_modules --glob --clean-css less/index.less dist/index.min.css",
    "less-lint": "lessc --no-ie-compat --no-js --lint --include-path=node_modules --glob less/index.less dist/index.min.css",
    "transpile": "gulp babel",
    "build": "standard js/*.js && gulp manifest && npm run transpile && npm run browserify && npm run uglify && npm run less",
    "test": "mocha --reporter spec --compilers js:babel-core/register test/*-spec.js",
    "test-coverage": "istanbul cover --dir ./test-coverage node_modules/mocha/bin/_mocha -- -u exports -R spec --compilers js:babel-core/register test/*-spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git@ggit.tremorvideo.com/ui/tron"
  },
  "contributors": [
    {
      "name": "Yongnan Zhou",
      "email": "yzhou@tremorvideo.com"
    }, {
      "name": "WanSong Eng",
      "email": "weng@tremorvideo.com"
    }
  ],
  "license": "VideoHub",
  "dependencies": {
    "@tremorvideo/kitkat": "^6.0.2",
    "d3": "^3.5.12",
    "handlebars": "^4.0.5",
    "jquery": "^2.1.4",
    "lodash": "^3.10.1",
    "moment": "^2.10.6",
    "nprogress": "^0.2.0",
    "numeral": "^1.5.3",
    "nvd3": "^1.8.1"
  },
  "devDependencies": {
    "babel-core": "^5.8.21",
    "babel-eslint": "^5.0.0-beta6",
    "babel-preset-es2015": "^6.3.13",
    "babelify": "^6.1.3",
    "body-parser": "^1.14.2",
    "bootstrap": "^3.3.5",
    "bootstrap-select": "^1.7.3",
    "brfs": "^1.4.0",
    "browserify": "^12.0.1",
    "chai": "^3.4.1",
    "docker": "^0.2.14",
    "express": "^4.13.3",
    "github-markdown-css": "^2.1.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-rename": "^1.2.2",
    "gulp-util": "^3.0.7",
    "istanbul": "^0.4.1",
    "jade": "^1.11.0",
    "jsdom": "^7.2.2",
    "less": "^2.5.1",
    "less-plugin-autoprefix": "^1.4.2",
    "less-plugin-clean-css": "^1.5.1",
    "less-plugin-glob": "^1.1.0",
    "marked": "^0.3.5",
    "mocha": "^2.3.4",
    "mocha-jsdom": "^1.0.0",
    "sinon": "^1.17.2",
    "standard": "^5.4.1",
    "superagent": "^1.5.0",
    "through-gulp": "^0.3.8",
    "uglifyjs": "^2.4.10",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "browserify": {
    "transform": [
      "brfs",
      "babelify"
    ]
  },
  "standard": {
    "parser": "babel-eslint",
    "globals": [
      "$"
    ]
  },
  "maintainers": [
    {
      "name": "Yongnan Zhou",
      "email": "yzhou@tremorvideo.com"
    }, {
      "name": "WanSong Eng",
      "email": "weng@tremorvideo.com"
    }
  ]
}
