Created
November 20, 2016 15:11
-
-
Save pjsvis/8690db904fb66bf2b9f58b2d8268efd9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "app", | |
"version": "0.0.0", | |
"description": "No description yet", | |
"main": "server.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"tsc-watch": "tsc --watch" | |
}, | |
"author": { | |
"name": "pjs", | |
"email": "Peter.Smith@fisglobal.com", | |
"url": "http://localhost:57123/" | |
}, | |
"license": "", | |
"keywords": [ | |
"angular", | |
"typescript" | |
], | |
"repository": { | |
"url": "https://svn-mec.clear2pay.com/svn/repos/ots-operations/BrandServicesPortal/trunk" | |
}, | |
"dependencies": { | |
"@types/ng-file-upload": "^11.1.29", | |
"express": "^4.13.3", | |
"gulp-docco": "0.0.4" | |
}, | |
"devDependencies": { | |
"add-stream": "^1.0.0", | |
"bower": "^1.7.9", | |
"csslint": "^0.10.0", | |
"del": "^2.2.0", | |
"eslint": "^2.10.2", | |
"event-stream": "^3.3.2", | |
"glob": "^6.0.4", | |
"gulp": "^3.8.11", | |
"gulp-angular-filesort": "^1.1.1", | |
"gulp-angular-templatecache": "^1.6.0", | |
"gulp-bower": "0.0.13", | |
"gulp-cachebust": "0.0.6", | |
"gulp-clean": "^0.3.2", | |
"gulp-concat": "^2.5.2", | |
"gulp-concat-css": "^2.2.0", | |
"gulp-cssnano": "^2.1.0", | |
"gulp-eslint": "^2.0.0", | |
"gulp-filter": "^3.0.1", | |
"gulp-htmlhint": "^0.3.1", | |
"gulp-inject": "^3.0.0", | |
"gulp-less": "^3.0.5", | |
"gulp-load-plugins": "^1.2.0", | |
"gulp-main-bower-files": "^1.3.1", | |
"gulp-minify-html": "^1.0.6", | |
"gulp-nodemon": "^2.0.6", | |
"gulp-npm-run": "0.0.3", | |
"gulp-rename": "^1.2.2", | |
"gulp-shell": "^0.5.2", | |
"gulp-sourcemaps": "^1.5.2", | |
"gulp-tslint": "^3.3.0-beta", | |
"gulp-typedoc": "^2.0.0", | |
"gulp-typescript": "^2.10.0", | |
"gulp-typescript-schema": "^0.1.0", | |
"gulp-uglify": "^1.5.2", | |
"gulp-util": "^3.0.7", | |
"gulp-watch": "^4.3.5", | |
"htmlhint": "^0.9.13", | |
"htmlhint-stylish": "^1.0.3", | |
"less": "^2.6.1", | |
"lodash": "^4.3.0", | |
"main-bower-files": "^2.11.1", | |
"path": "^0.12.7", | |
"run-sequence": "^1.1.5", | |
"stream-series": "^0.1.1", | |
"strip-json-comments": "^2.0.1", | |
"through2": "^2.0.1", | |
"tslint": "^3.10.2", | |
"typedoc": "^0.4.0", | |
"typescript": "^1.8.7", | |
"typings": "^1.3.0", | |
"underscore": "^1.8.3", | |
"wiredep": "^3.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment