recital / packages / test / package.json
package.json
Raw
{
	"name": "@a-morphous/test",
	"version": "1.0.0",
	"description": "Simple test framework.",
	"main": "test.js",
	"type": "commonjs",
	"private": true,
    "bin": {
		"test": "./test.js"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/a-morphous/recital"
	},
	"dependencies": {
		"glob": "^7.1.6"
	}
}