You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
306 B
10 lines
306 B
{
|
|
"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" }
|
|
}
|
|
|