forked from colmena/colmena
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.04 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"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 <borggreve@gmail.com>",
"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"
}
}