UNPKG

@incdevco/framework

Version:
76 lines (75 loc) 1.99 kB
{ "name": "@incdevco/framework", "version": "0.30.21", "description": "node.js lambda framework", "main": "index.js", "scripts": { "code-coverage": "./bin/code-coverage.sh", "prepublish": "git push", "prepare-for-commit": "gulp prepare-for-commit && git status", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/incdevco/incdevco-framework.git" }, "author": "Shawn Ostler", "license": "MIT", "bugs": { "url": "https://github.com/incdevco/incdevco-framework/issues" }, "homepage": "https://github.com/incdevco/incdevco-framework#readme", "dependencies": { "amazon-cognito-js": "^1.1.0", "angular": "^1.6.4", "angular-animate": "^1.6.4", "angular-aria": "^1.6.4", "angular-material": "^1.1.4", "angular-messages": "^1.6.4", "angular-route": "^1.6.4", "angular-sanitize": "^1.6.4", "angular-touch": "^1.6.4", "aws-sdk": "^2.41.0", "bluebird": "^3.4.7", "chai": "^3.5.0", "crypto-js": "^3.1.9-1", "del": "^2.2.2", "event-stream": "^3.3.4", "gulp": "^3.9.1", "gulp-concat": "^2.6.1", "gulp-if": "^2.0.2", "gulp-order": "^1.1.1", "gulp-uglify": "^3.0.0", "gulp-util": "^3.0.8", "gulp-vinyl-zip": "^1.4.0", "ini": "^1.3.4", "mailparser": "^0.6.1", "mime-types": "^2.1.14", "mkdirp": "^0.5.1", "moment": "^2.18.1", "pg": "^6.1.2", "plivo": "^0.4.0", "prompt": "^1.0.0", "qs": "^6.5.0", "sinon": "^2.2.0", "uuid": "^3.0.1" }, "directories": { "test": "test" }, "devDependencies": { "angular": "^1.5.9", "angular-mocks": "^1.5.9", "diff": "^3.2.0", "gulp-debug": "^3.1.0", "gulp-mocha": "^4.3.1", "karma": "^1.7.0", "karma-chai": "^0.1.0", "karma-coverage": "^1.1.1", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.3", "karma-phantomjs-launcher": "^1.0.4", "karma-sinon": "^1.0.5", "mocha": "^3.4.1" } }