lense
Version:
Lenses for javascript
36 lines (35 loc) • 830 B
JSON
{
"name": "lense",
"version": "0.0.3",
"description": "Lenses for javascript",
"main": "lenses.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andyscott/lenses"
},
"keywords": [
"functional",
"lense"
],
"author": "Andy Scott (https://github.com/andyscott/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andyscott/lenses/issues"
},
"homepage": "https://github.com/andyscott/lenses",
"devDependencies": {
"chai": "^1.9.0",
"coffee-script": "^1.7.1",
"event-stream": "^3.1.0",
"gulp": "^3.9.1",
"gulp-coffee": "^1.4.3",
"gulp-filter": "^0.3.1",
"gulp-mocha": "^0.4.1",
"gulp-rename": "^1.2.0",
"gulp-util": "~2.2.14"
},
"dependencies": {}
}