{
  "name": "specgen",
  "version": "1.3.1",
  "description": "Angular - Jasmine Unit Test Spec file Generator",
  "main": "index.js",
  "license": "MIT",
  "engines": {
    "node": ">=8.6.0",
    "npm": ">=6.1"
  },
  "bin": {
    "specgen": "./index.js"
  },
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shrisowdhaman/specgen.git"
  },
  "keywords": [
    "angular",
    "generate spec file",
    "unit test spec",
    "jasmine test spec",
    "karma"
  ],
  "author": "shrisowdhaman",
  "bugs": {
    "url": "https://github.com/shrisowdhaman/specgen/issues"
  },
  "homepage": "https://github.com/shrisowdhaman/specgen/issues",
  "dependencies": {
    "check-engines": "^1.5.0",
    "ejs": "^2.6.1",
    "typescript-parser": "^2.6.1",
    "yargs": "^11.0.0"
  },
  "devDependencies": {}
}
