yaenumerable
Version:
Yet Another Enumerable Framework
38 lines (37 loc) • 867 B
JSON
{
"name": "yaenumerable",
"description": "Yet Another Enumerable Framework",
"version": "1.0.1",
"author": "Tim Chaplin <tim.chaplin@ticktockdevelopment.com>",
"repository": {
"type": "git",
"url": "https://github.com/tjchaplin/YAEnumerable.git"
},
"homepage": "https://github.com/tjchaplin/YAEnumerable.git",
"devDependencies": {
"mocha": "*",
"should": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.4.0",
"grunt-release": "~0.3.3"
},
"browserDependencies": {},
"keywords": [
"Enumerable",
"Array",
"linq"
],
"engines": {
"node": ">= 0.2.0"
},
"main": "./lib/yaenumerable.js",
"directories": {
"test": "tests",
"lib": "lib"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/* --reporter spec"
},
"license": "MIT"
}