{
  "name": "gcomp",
  "version": "1.0.2",
  "description": "Template Compiler",
  "readmeFilename": "README.md",
  "main": "gcomp.js",
  "author": "karajan",
  "repository": {
    "type": "git",
    "url": "https://github.com/HerbertKarajan/gcomp.git"
  },
  "keywords": [
    "template",
    "artTemplate",
    "TemplateJS",
    "CommonJS",
    "RequireJS",
    "SeaJS",
    "AMD",
    "CMD"
  ],
  "bin": {
    "gcomp": "./bin/gcomp",
    "gcompjs": "./bin/gcomp"
  },
  "scripts": {
    "test": "gcomp ./test/tpl",
    "test2": "gcomp ./test/test-all/*"
  },
  "dependencies": {
    "art-template": "3.0.0",
    "uglify-js": "2.6.0",
    "semver": "4.3.2"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HerbertKarajan/gcomp/issues"
  },
  "homepage": "https://github.com/HerbertKarajan/gcomp#readme"
}
