mirror of
				https://github.com/flynx/test.js.git
				synced 2025-11-03 21:30:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			687 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			687 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "ig-test",
 | 
						|
  "version": "1.4.2",
 | 
						|
  "description": "experimental test runner....",
 | 
						|
  "main": "test.js",
 | 
						|
  "bin": {
 | 
						|
    "runtests": "test.js"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "node test-test.js"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/flynx/test.js.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "test",
 | 
						|
    "unit-test"
 | 
						|
  ],
 | 
						|
  "author": "Alex A. Naanou <alex.nanou@gmail.com>",
 | 
						|
  "license": "BSD-3-Clause",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/flynx/test.js/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://github.com/flynx/test.js#readme",
 | 
						|
  "dependencies": {
 | 
						|
    "colors": "^1.4.0",
 | 
						|
    "glob": "^7.1.6",
 | 
						|
    "ig-argv": "^2.13.0",
 | 
						|
    "ig-object": "^5.2.6"
 | 
						|
  }
 | 
						|
}
 |