UNPKG

glass-test

Version:

Simple module unit test frameworks

31 lines (30 loc) 551 B
{ "name": "glass-test", "version": "0.0.1", "description": "Simple module unit test frameworks", "main": "lib/index.js", "scripts": { "glass-test": "lib/index" }, "scripts": { "test": "cake test" }, "repository": { "type": "git", "url": "https://github.com/krisnye/glass-test.git" }, "keywords": [ "Glass", "Javascript", "Coffee", "Coffeescript" ], "author": "Kris Nye", "license": "BSD", "dependencies": { }, "devDependencies": { "glass-build": "0.2.x", "chai": "1.6.x" } }