zordius/webtasks

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "webtasks",
  "version": "0.0.3",
  "description": "A lightweight web framework based on express and subtask.js",
  "author": "Zordius <zordius@yahoo-inc.com>",
  "contributors": [
    {
      "name": "Zordius Chen",
      "email": "zordius@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/zordius/webtasks.git"
  },
  "keywords": [
    "async",
    "subtask",
    "promise",
    "framework",
    "web",
    "express"
  ],
  "main": "./webtasks.js",
  "dependencies": {
    "cookie-parser": "1.3.3",
    "express": "4.9.8",
    "express-handlebars": "1.1.0",
    "node-jsx": "0.12.0",
    "react": "0.12.1",
    "request": "2.48.0",
    "subtask": "0.0.7-4"
  },
  "scripts": {
    "build": "gulp",
    "start": "gulp develop",
    "coverage": "istanbul cover -- _mocha",
    "lint": "jshint webtasks.js lib/;jsxhint react/*",
    "test": "mocha"
  },
  "devDependencies": {
    "reactify": "0.14.0",
    "brfs": "1.2.0",
    "browser-sync": "1.7.0",
    "browserify": "6.3.2",
    "chai": "*",
    "gulp": "3.8.9",
    "gulp-concat": "2.4.1",
    "gulp-jshint": "1.8.6",
    "nodemon": "1.2.1",
    "browser-sync": "1.7.1",
    "gulp-react": "2.0.0",
    "gulp-rename": "1.2.0",
    "gulp-sourcemaps": "1.2.4",
    "gulp-util": "3.0.1",
    "gulp-watch": "1.1.0",
    "istanbul": "*",
    "jsxhint": "0.7.0",
    "jshint-stylish": "1.0.0",
    "mocha": "*",
    "mock-fs": "2.3.2",
    "node-mocks-http": "1.2.1",
    "sinon": "1.11.1",
    "vinyl-source-stream": "1.0.0",
    "watchify": "2.1.1"
  },
  "optionalDependencies": {
    "jshint": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "bugs": {
    "url": "https://github.com/zordius/webtasks/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/zordius/webtasks/blob/master/LICENSE.txt"
    }
  ]
}