mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
11 lines
306 B
JSON
11 lines
306 B
JSON
{
|
|
"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" }
|
|
}
|