-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.75 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
{
"name": "msGetStarted",
"version": "1.2.10",
"description": "DigitalSignage.com branded get started app",
"repository": {
"url": "https://github.com/born2net/msgetstarted"
},
"scripts": {
"postinstall": "node ./start.js",
"prod": "rimraf _dist && webpack -p && cp -R _assets _dist && cp -R _common _dist && cp -R _libs _dist && cp -R _templates _dist && cp style.css _dist && cp _dist/index.html _dist/msgetstarted.html",
"dev": "webpack-dev-server --debug --devtool source-map --progress --colors --open"
},
"author": "Sean S. Levy",
"license": "GPL V3 modified",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.12.7",
"compression-webpack-plugin": "^0.4.0",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"express": "~4.13.1",
"extract-text-webpack-plugin": "^2.1.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"null-loader": "^0.1.1",
"opn": "^4.0.1",
"raw-loader": "^0.5.1",
"replace": "^0.3.0",
"rimraf": "^2.5.2",
"rsync": "^0.4.0",
"run-sequence": "^1.1.5",
"text-loader": "0.0.1",
"webpack": "2.4.1",
"webpack-dev-server": "2.4.3"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"cheerio": "^0.20.0",
"colors": "^1.1.2",
"compression": "^1.6.2",
"connect-gzip-static": "^2.0.1",
"exports-loader": "^0.6.4",
"express": "^4.13.4",
"jquery": "^1.9.1",
"live-server": "^1.0.0",
"node-fetch": "^1.5.1",
"opn": "^4.0.1",
"readline-sync": "^1.4.2",
"replace": "^0.3.0",
"request": "^2.72.0"
}
}