UNPKG

wise-web-client

Version:

Based on Spine MVC framework

87 lines (86 loc) 2.25 kB
{ "name": "wise-web-client", "title": "wise web client", "description": "Based on Spine MVC framework", "version": "1.0.13", "author": { "name": "Homer Quan", "email": "support@homerquan.com", "url": "http://www.homerquan.com" }, "engines": { "node": "~0.10.x", "npm": "~2.x" }, "licenses": [ { "type": "MIT" } ], "main": "./server/server", "scripts": { "test": "node node_modules/grunt-cli/bin/grunt test" }, "dependencies": { "body-parser": "^1.12.4", "connect-flash": "0.1.x", "connect-redis": "^1.5.0", "cookie-parser": "^1.3.3", "errorhandler": "^1.3.5", "express": "^4.12.3", "express-session": "^1.11.2", "http-proxy": "^0.10.4", "hummingbird": "^0.7.1", "marked": "^0.3.3", "method-override": "^1.0.2", "morgan": "^1.5.3", "passport": "^0.2.1", "passport-facebook": "~1.0.3", "passport-linkedin": "^0.1.3", "promise": "^6.1.0", "serve-favicon": "^2.2.0", "underscore": "^1.8.3", "winston": "^1.0.0" }, "devDependencies": { "amdclean": "~2.3.0", "blanket": "1.1.x", "body-parser": "~1.9.2", "bower": "^1.3.12", "chai": "~1.9.2", "cookie-parser": "~1.3.3", "csshint": "0.0.5", "debug": "~2.1.0", "errorhandler": "~1.2.2", "express": "~4.10.1", "express-session": "~1.9.1", "grunt": "~0.4.5", "grunt-bower-requirejs": "^0.11.0", "grunt-cli": "~0.1.13", "grunt-contrib-concat": "^0.4.0", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-cssmin": "^0.11.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.11.0", "grunt-contrib-requirejs": "~0.4.0", "grunt-contrib-uglify": "^0.7.0", "grunt-cucumber": "~0.2.3", "grunt-karma": "~0.9.0", "grunt-npm-install": "~0.1.0", "grunt-plato": "^1.1.0", "grunt-shell": "^0.7.0", "grunt-version": "~0.3.0", "jshint": "^2.5.10", "karma": "~0.12.24", "karma-coverage": "~0.2.6", "load-grunt-tasks": "~0.6.0", "morgan": "~1.4.1", "passport": "~0.2.1", "polymer-build": "0.0.27", "semver": "^4.3.3", "serve-favicon": "~2.1.6", "uglify-js": "~2.4.15", "underscore": "~1.7.0", "webdriverjs": "~1.7.5" } }