design/api/package.json
author ymh <ymh.work@gmail.com>
Wed, 19 Jul 2017 16:20:29 +0200
changeset 120 892980a3af09
parent 116 672e3c4bbd0c
permissions -rw-r--r--
for notes api, the end point list all properties.

{
  "name": "api",
  "version": "1.0.0",
  "description": "api documentation",
  "main": "index.js",
  "scripts": {
    "build": "aglio -i metacategory.apib -o metacategory.html",
    "watch": "aglio -i metacategory.apib -s"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "aglio": "^2.3.0"
  }
}