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