UNPKG

fluentnode

Version:

Fluent apis for node (based on the concepts used in C#'s FluentSharp

37 lines (36 loc) 1.11 kB
{ "name": "fluentnode", "version": "0.3.2", "description": "Fluent apis for node (based on the concepts used in C#'s FluentSharp", "main": "src/_register.js", "scripts": { "test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register ./test --recursive", "watch": "npm run test -- -R dot -w", "docs": "cake -v -l classic doc", "docs-dev": "cake -w -l classic doc", "docs-publish": "cake -p -l classic doc", "coverage-local": "onchange 'src/**/*.litcoffee' 'test/**/*.coffee' -- ./bin/lcov-code-coverage.sh" }, "repository": { "type": "git", "url": "https://github.com/o2platform/fluentnode.git" }, "keywords": [ "fluent" ], "author": "Dinis Cruz <dinis.cruz@owasp.org> (http://blog.diniscruz.com/)", "license": "apache 2", "bugs": { "url": "https://github.com/o2platform/fluentnode/issues" }, "homepage": "https://github.com/o2platform/fluentnode", "devDependencies": { "chai": "^1.9.1", "docco": "^0.6.3", "mocha": "^1.21.4", "onchange": "0.0.2" }, "dependencies": { "coffee-script": "^1.8.0" } }