32 lines
611 B
JSON
32 lines
611 B
JSON
{
|
|
"name": "cons-lists",
|
|
"version": "0.0.1",
|
|
"description": "Cons-style lists for Javascript",
|
|
"main": "lists.js",
|
|
"directories": {
|
|
"test": "test"
|
|
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^2.0.0",
|
|
"mocha": "^2.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"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"
|
|
}
|