summaryrefslogtreecommitdiff
path: root/node_modules/pkginfo/examples/subdir/package.json
blob: aa854102267f5d9f528c1168edee723de9276ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "simple-app-subdir",
  "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" },
  "subdironly": "true"
}