Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / pkginfo / examples / subdir / package.json
1 {
2   "name": "simple-app-subdir",
3   "description": "A test fixture for pkginfo",
4   "version": "0.1.0",
5   "author": "Charlie Robbins <charlie.robbins@gmail.com>",
6   "keywords": ["test", "fixture"],
7   "main": "./index.js",
8   "scripts": { "test": "vows test/*-test.js --spec" },
9   "engines": { "node": ">= 0.4.0" },
10   "subdironly": "true"
11 }