{
  "name": "ajst",
  "description": "AJST : Asynchronous JavaScript Template",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "./node_modules/.bin/grunt ajst:build",
    "watch": "./node_modules/.bin/grunt ajst:watch"
  },
  "dependencies": {},
  "devDependencies": {
    "express": "^4.15.1",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "time-grunt": "^1.4.0",
    "typescript": "^2.4",
    "watch-glob": "^0.1.3"
  },
  "main": "./ajst.js",
  "types": "./dist/ajst.d.ts",
  "version": "1.6.20",
  "license": "MIT",
  "readme": "README.md",
  "author": {
    "name": "Bum-seok Hwang",
    "email": "bitofsky@naver.com"
  },
  "maintainers": [
    {
      "name": "bitofsky",
      "email": "bitofsky@naver.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitofsky/Async-JSTemplate.git"
  },
  "bugs": {
    "url": "https://github.com/bitofsky/Async-JSTemplate/issues"
  },
  "homepage": "http://bitofsky.github.io/Async-JSTemplate/",
  "keywords": [
    "Javascript",
    "Template",
    "HTML",
    "Async",
    "Promise"
  ]
}
