aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/pkginfo/examples/package.json
blob: 1f2f01c196186b2d801dd3aa4d7a4d540d53c8a0 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "simple-app",
  "description": "A test fixture for pkginfo",
  "version": "0.1.0",
  "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  "keywords": ["test", "fixture"],
  "main": "./index.js",
  "scripts": { "test": "vows test/*-test.js --spec" },
  "engines": { "node": ">= 0.4.0" }
}