Skip to content

Instantly share code, notes, and snippets.

@wking
wking / gist:00cbcde402a8f0fc1483
Last active August 29, 2015 14:15
Current azurestandard/website dependencies

These are working for me, but I haven't refreshed them in a while, so they might not match what you'd get with a fresh install:

$ npm list
website@0.0.0 /home/wking/Private/azure/website
├─┬ grunt@0.4.5
│ ├── async@0.1.22
│ ├── coffee-script@1.3.3
│ ├── colors@0.6.2
│ ├── dateformat@1.0.2-1.2.3

│ ├── eventemitter2@0.4.14

@wking
wking / external-ref.json
Last active August 29, 2015 14:09
external $ref in a Swagger spec's model properties
{
"swagger": "2.0",
"info": {
"version": "1.0.0",
"title": "Example $ref"
},
"host": "example.com",
"basePath": "/api",
"schemes": [ "http" ],
"paths": {