hosingh000 3de38762aa initial commit
Change-Id: Ie417df96258c2daa852d14e588de4ad2d54bb819
2017-07-27 09:14:42 -05:00

34 lines
884 B
JSON
Executable File

{
"name": "aic-orm-discovery",
"version": "1.0.0",
"description": "This document includes the following topics 1. Dev environment installation process 1. Code style guide 1. Python tips and tricks",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://dv696w@gerrit.mtn5.cci.att.com:29418/aic-orm-discovery"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-env": "^0.4.0",
"gulp-express": "^0.3.5",
"gulp-nodemon": "^2.0.6",
"gulp-shell": "^0.5.2",
"minimist": "^1.2.0",
"uuid": "^2.0.1"
}
}