1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "lazy",
- "version": "1.0.11",
- "description": "Lazy lists for node",
- "main": "./lazy.js",
- "keywords": [
- "lazy lists", "functional"
- ],
- "author": {
- "name": "Peteris Krumins",
- "email": "peteris.krumins@gmail.com",
- "web": "http://www.catonmat.net",
- "twitter": "pkrumins"
- },
- "license": {
- "type": "MIT"
- },
- "repository": {
- "type": "git",
- "url": "http://github.com/pkrumins/node-lazy.git"
- },
- "devDependencies" : {
- "expresso" : ">=0.7.5"
- },
- "engines": {
- "node": ">=0.2.0"
- },
- "scripts": {
- "test": "expresso"
- }
- }
|