35 lines
		
	
	
		
			712 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			712 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "name": "cons-lists",
 | 
						|
  "version": "0.0.1",
 | 
						|
  "description": "Cons-style lists for Javascript",
 | 
						|
  "main": "lists.js",
 | 
						|
  "directories": {
 | 
						|
    "test": "test"
 | 
						|
      
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "coffee-script": "^1.9.1"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "chai": "^2.0.0",
 | 
						|
    "mocha": "^2.1.0",
 | 
						|
    "coffeelint": "1.9.*",
 | 
						|
    "mocha-jenkins-reporter": "^0.1.7"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "make test",
 | 
						|
    "install": "make all"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "ssh://elfsternberg@elfsternberg.com/home/elfsternberg/repos/cons-lists"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "lisp",
 | 
						|
    "javascript",
 | 
						|
    "coffeescript"
 | 
						|
  ],
 | 
						|
  "author": "Elf M. Sternberg <elf.sternberg@gmail.com>",
 | 
						|
  "license": "MIT"
 | 
						|
}
 |