summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/examples/promises/package.json
blob: 1983250800284ac47a4745be7cd853ff2bd37a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "promise-example",
  "private": "true",
  "version": "0.0.0",
  "description": "deps for promise example",
  "main": "promise.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": { "async": "*" },
  "repository": "",
  "author": "",
  "license": "BSD"
}