{
  "name": "art-template-for-async",
  "description": "JavaScript Template Engine",
  "homepage": "http://aui.github.com/artTemplate/",
  "keywords": [
    "util",
    "functional",
    "template"
  ],
  "scripts": {
    "test": "node ./node_modules/.bin/_mocha --require 'should' --reporter spec --recursive --bail --check-leaks test/spec.js"
  },
  "author": "tangbin <sugarpie.tang@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/aui/artTemplate.git"
  },
  "main": "./node/template.js",
  "version": "3.0.3",
  "devDependencies": {
    "mocha": "^2.2.1",
    "should": "^5.2.0",
    "express": "~4.4.3",
    "grunt-cli": "*",
    "grunt": "*",
    "grunt-contrib-jshint": "*",
    "grunt-contrib-concat": "*",
    "grunt-contrib-uglify": "*"
  },
  "license": "BSD"
}
