aboutsummaryrefslogtreecommitdiffstats
path: root/admportal/package.json
diff options
context:
space:
mode:
authorTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-15 10:37:53 -0500
committerTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-15 10:40:37 -0500
commit324ee36fe31763e507b422ab0a88e4230045e205 (patch)
treed0b04520f6657601c918ce63fd27575977624187 /admportal/package.json
parentf0c97e8db427481e28c0a16b789bc73801b35e47 (diff)
Initial commit for OpenECOMP SDN-C OA&M
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba
Diffstat (limited to 'admportal/package.json')
-rw-r--r--admportal/package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/admportal/package.json b/admportal/package.json
new file mode 100644
index 00000000..e625ef22
--- /dev/null
+++ b/admportal/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "admportal",
+ "version": "0.0.0",
+ "private": true,
+ "scripts": {
+ "start": "node ./bin/www"
+ },
+ "dependencies": {
+ "body-parser": "~1.8.1",
+ "bootstrap": "^3.3.6",
+ "bootstrap-submenu": "^2.0.3",
+ "bootstrap-table": "^1.9.1",
+ "cookie-parser": "~1.3.3",
+ "csv": "^0.4.1",
+ "csvtojson": "^0.5.3",
+ "dateformat": "^1.0.11",
+ "debug": "~2.0.0",
+ "ejs": "~0.8.5",
+ "express": "~4.9.0",
+ "express-session": "^1.10.1",
+ "fs.extra": "^1.3.2",
+ "lodash": "^3.8.0",
+ "moment": "^2.13.0",
+ "morgan": "~1.3.0",
+ "multer": "^1.1.0",
+ "mysql": "^2.5.4",
+ "node-uuid": "^1.4.7",
+ "path": "^0.12.7",
+ "properties-reader": "0.0.9",
+ "sax": "^0.6.1",
+ "serve-favicon": "~2.1.3",
+ "xml2js": "^0.4.5",
+ "dns-sync": "~0.1.3"
+ }
+}