{ "name": "loopback-angular-admin", "subdomain": "loopback-angular-admin", "description": "Quickly create admin interfaces on a Loopback 2.x API", "version": "1.0.0-beta", "homepage": "https://github.com/beeman/loopback-angular-admin", "author": "Bram Borggreve ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/beeman/loopback-angular-admin" }, "bugs": { "url": "https://github.com/beeman/loopback-angular-admin/issues" }, "scripts": { "build": "rimraf dist && webpack --bail --progress --profile", "dev": "DEBUG=boot:* INITDB=1 API_URL=http://localhost:3000/api/ gulp", "dev-client": "webpack-dev-server", "dev-debug": "DEBUG_API=1 gulp", "postinstall": "npm run build", "pretest": "gulp lint", "start": "./node_modules/.bin/babel-node server/server", "test": "mocha" }, "main": "server/server.js", "dependencies": { "async": "2.0.0-rc.4", "babel-cli": "6.8.0", "babel-preset-es2015": "6.6.0", "bluebird": "3.3.5", "body-parser": "1.15.1", "compression": "1.6.1", "connect-ensure-login": "0.1.1", "cookie-parser": "1.4.1", "cors": "2.7.1", "debug": "2.2.0", "dotenv": "2.0.0", "errorhandler": "1.4.3", "eventemitter3": "1.2.0", "express-session": "1.13.0", "faker": "3.1.0", "font-awesome": "4.6.1", "lodash": "4.11.2", "loopback": "2.28.0", "loopback-boot": "2.18.1", "loopback-component-explorer": "2.5.0", "loopback-component-passport": "2.1.0", "loopback-component-storage": "1.8.1", "loopback-connector-mongodb": "1.15.1", "loopback-datasource-juggler": "2.46.0", "nodemon": "1.9.2", "passport": "0.3.2", "passport-facebook": "2.1.0", "passport-google-oauth": "1.0.0", "passport-local": "1.0.0", "passport-oauth2": "1.3.0", "passport-twitter": "1.0.4", "rimraf": "2.5.2", "serve-favicon": "2.3.0", "serve-static": "1.10.2", "showdown": "1.3.0", "sweetalert": "1.1.3" }, "devDependencies": { "ace-editor-builds": "1.2.0", "angular": "1.5.5", "angular-animate": "1.5.5", "angular-autoFields-bootstrap": "2.2.2", "angular-bootstrap": "0.12.2", "angular-bootstrap-nav-tree": "0.2.1", "angular-cookies": "1.5.5", "angular-elastic": "2.5.1", "angular-file-upload": "2.2.0", "angular-filter": "0.5.8", "angular-formly": "8.2.0", "angular-formly-templates-bootstrap": "6.4.0", "angular-gettext": "2.2.1", "angular-gravatar": "0.4.1", "angular-loading-bar": "0.9.0", "angular-marked": "1.2.0", "angular-mocks": "1.5.5", "angular-resource": "1.5.5", "angular-route": "1.5.5", "angular-sanitize": "1.5.5", "angular-scenario": "1.5.5", "angular-sweetalert": "1.1.0", "angular-toastr": "1.7.0", "angular-touch": "1.5.5", "angular-translate": "2.11.0", "angular-translate-loader-static-files": "2.11.0", "angular-translate-loader-url": "2.11.0", "angular-ui-ace": "0.2.3", "angular-ui-grid": "3.1.1", "angular-ui-router": "0.2.18", "api-check": "7.5.5", "autoprefixer": "6.3.6", "babel-eslint": "6.0.4", "babel-loader": "6.2.4", "bootstrap": "3.3.6", "copy-webpack-plugin": "2.1.3", "css-loader": "0.23.1", "eslint": "2.9.0", "eslint-config-standard": "5.3.1", "eslint-plugin-promise": "1.1.0", "eslint-plugin-standard": "1.3.2", "extract-text-webpack-plugin": "1.0.1", "file-loader": "0.8.5", "flag-icon-css": "2.1.0", "font-awesome": "4.6.1", "gulp": "3.9.1", "gulp-esformatter": "6.0.0", "gulp-eslint": "2.0.0", "gulp-loopback-sdk-angular": "0.1.4", "gulp-nodemon": "2.0.6", "gulp-rename": "1.2.2", "html-loader": "0.4.3", "html-webpack-plugin": "2.16.1", "ionicons": "3.0.0", "ng-toast": "2.0.0", "ngtemplate-loader": "1.3.1", "null-loader": "0.1.1", "postcss-loader": "0.9.1", "raw-loader": "0.5.1", "run-sequence": "1.1.5", "style-loader": "0.13.1", "webpack": "2.1.0-beta.6", "webpack-dev-server": "2.0.0-beta" } }