{
  "name": "amenti",
  "version": "1.3.2",
  "description": "Lightweight view rendering with state management.",
  "main": "index.js",
  "scripts": {
    "dist": "browserify index.js -o dist/amenti.js",
    "min": "uglifyjs dist/amenti.js -c -m -o dist/amenti.min.js"
  },
  "engines": {
    "node": ">=6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/the-nobody/amenti.git"
  },
  "keywords": [
    "lightweight",
    "javascript",
    "view",
    "framework"
  ],
  "author": "The Nobody",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/the-nobody/amenti/issues"
  },
  "homepage": "http://amenti.io"
}
