jstacoder/flask-tasks

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "flask-tasks",
  "version": "1.0.0",
  "description": "task app, with backend + api written using flask and best practices",
  "main": "t.js",
  "scripts": {
    "test": "./node_modules/node-ng/node-ng.js jstests.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jstacoder/flask-tasks.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jstacoder/flask-tasks/issues"
  },
  "homepage": "https://github.com/jstacoder/flask-tasks",
  "dependencies": {
    "angular": "^1.4.7",
    "angular-touch": "^1.4.7",
    "angular-route": "~1.4.7",
    "angular-ui-bootstrap": "~0.13.4",
    "angular-cache": "~4.3.2",
    "angular-cookie": "*",
    "angular-resource": "~1.4.7",
    "angular-node-updated": "^2.0.0",
    "node-ng": "0.0.11",
    "bootstrap":"3.x",
    "pusher-angular": "^0.1.8",
    "q": "^1.4.1",
    "bower":"*"
  },
  "devDependencies": {
    "tape": "^4.2.1"
  }
}