Vishal: App skeleton created
parents
Showing
.bowerrc
0 → 100644
.gitignore
0 → 100644
.jshintignore
0 → 100644
.jshintrc
0 → 100644
README.md
0 → 100644
File added
bower.json
0 → 100644
gruntfile.js
0 → 100644
package.json
0 → 100755
| { | |||
| "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", | |||
| "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/img/favicon.ico
0 → 100644
File added
public/img/loader.gif
0 → 100644
9.1 KB
public/js/app.js
0 → 100644
public/js/init.js
0 → 100644
public/js/routes.js
0 → 100644
public/modules/home/headerController.js
0 → 100644
public/modules/home/views/header.html
0 → 100644
public/modules/home/views/home.html
0 → 100644
public/views/includes/foot.html
0 → 100644
public/views/includes/head.html
0 → 100644
public/views/index.html
0 → 100644
server.js
0 → 100755
server/config/config.js
0 → 100644
server/config/express.js
0 → 100755
server/routes/system/homeRoute.js
0 → 100644