Vishal: Added details page
Showing
{ | { | ||
"name": "dgc-metadata", | "name": "dgc-metadata", | ||
"description": "DGC Metadata", | "description": "DGC Metadata", | ||
"version": "1.0.0-SNAPSHOT", | "version": "1.0.0-SNAPSHOT", | ||
"private": true, | "private": true, | ||
"bin": "server.js", | "bin": "server.js", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/hortonworks/metadata" | "url": "https://github.com/hortonworks/metadata" | ||
}, | }, | ||
"engines": { | "engines": { | ||
"node": "0.10.x", | "node": "0.10.x", | ||
"npm": "1.3.x" | "npm": "1.3.x" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"DGC", | "DGC", | ||
"HortonWorks" | "HortonWorks" | ||
], | ], | ||
"scripts": { | "scripts": { | ||
"postinstall": "node node_modules/bower/bin/bower install" | "postinstall": "node node_modules/bower/bin/bower install" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"body-parser": "^1.2.0", | "body-parser": "^1.2.0", | ||
"bower": "~1.3.1", | "bower": "~1.3.1", | ||
"compression": "^1.0.2", | "compression": "^1.0.2", | ||
"consolidate": "~0.10.0", | "consolidate": "~0.10.0", | ||
"cookie-parser": "^1.0.1", | "cookie-parser": "^1.0.1", | ||
"cookies": "~0.4.0", | "cookies": "~0.4.0", | ||
"express": "~4.2.0", | "express": "~4.2.0", | ||
"express-load": "^1.1.14", | "express-load": "^1.1.14", | ||
"forever": "~0.11.1", | "forever": "~0.11.1", | ||
"lodash": "~2.4.1", | "lodash": "~2.4.1", | ||
"method-override": "^1.0.0", | "method-override": "^1.0.0", | ||
"morgan": "^1.0.1", | "morgan": "^1.0.1", | ||
"path-extra": "~0.1.1", | "path-extra": "~0.1.1", | ||
"proxit": "^0.6.0", | "proxit": "^0.6.0", | ||
"q": "~1.0.1", | "q": "~1.0.1", | ||
"rc": "~0.3.4", | "rc": "~0.3.4", | ||
"serve-favicon": "^2.0.0", | "serve-favicon": "^2.0.0", | ||
"static-favicon": "^2.0.0-alpha", | "static-favicon": "^2.0.0-alpha", | ||
"superagent": "^0.20.0", | "superagent": "^0.20.0", | ||
"swig": "~1.3.2", | "swig": "~1.3.2", | ||
"view-helpers": "~0.1.4" | "view-helpers": "~0.1.4" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "~0.4.2", | "grunt": "~0.4.2", | ||
"grunt-bower-task": "~0.4.0", | "grunt-bower-task": "~0.4.0", | ||
"grunt-cli": "~0.1.11", | "grunt-cli": "~0.1.11", | ||
"grunt-concurrent": "0.4.3", | "grunt-concurrent": "0.4.3", | ||
"grunt-contrib-jshint": "0.9.2", | "grunt-contrib-jshint": "0.9.2", | ||
"grunt-contrib-watch": "0.6.0", | "grunt-contrib-watch": "0.6.0", | ||
"grunt-jsbeautifier": "~0.2.6", | "grunt-jsbeautifier": "~0.2.6", | ||
"grunt-nodemon": "0.2.0", | "grunt-nodemon": "0.2.0", | ||
"load-grunt-tasks": "^2.0.0" | "load-grunt-tasks": "^2.0.0" | ||
} | } | ||
} | } |
public/modules/details/detailsController.js
0 → 100644
public/modules/details/detailsModule.js
0 → 100644
public/modules/details/detailsResource.js
0 → 100644
public/modules/details/detailsRoutes.js
0 → 100644
public/modules/details/views/attribute.html
0 → 100644
public/modules/details/views/details.html
0 → 100644
public/modules/search/searchResource.js
0 → 100644
Please
register
or
sign in
to comment