-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.19 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.19 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
{
"name": "NMethod",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"predev": "webpack-dev-server --inline --hot --quiet --port 8082 --config client/webpack.config.js --content-base http://0.0.0.0:3000/&",
"dev": "export NODE_ENV=dev && pm2-dev start ecosystem.json",
"prestart": "export NODE_ENV=production && webpack --config client/webpack.config.js --progress --hide-modules",
"start": "export NODE_ENV=production && node --harmony server/server.js"
},
"dependencies": {
"async": "^1.5.2",
"bunyan": "^1.7.1",
"compression": "^1.0.3",
"connect-multiparty": "^2.0.0",
"connect-redis": "^3.0.1",
"cookie-parser": "^1.4.1",
"cors": "^2.5.2",
"express-session": "^1.12.1",
"html": "0.0.10",
"ldapjs": "^1.0.0",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-connector-mysql": "^2.2.0",
"loopback-datasource-juggler": "^2.39.0",
"node-uuid": "^1.4.7",
"serve-favicon": "^2.0.1",
"urlencode": "^1.1.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babel-runtime": "^5.8.38",
"css-loader": "^0.23.0",
"detector": "^2.4.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.4",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.1",
"gulp-uglify": "^1.5.1",
"webpack-stream": "^3.1.0",
"html-loader": "^0.3.0",
"jshint": "^2.5.6",
"jshint-loader": "^0.8.3",
"jsxhint": "^0.15.1",
"less": "^2.5.1",
"less-loader": "^2.2.2",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2",
"template-html-loader": "0.0.3",
"url-loader": "^0.5.6",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.2.0",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.14.0"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC"
}