forked from predixdesignsystem/px-sample-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.82 KB
/
package.json
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
{
"name": "px-sample-app",
"author": "General Electric",
"description": "A simple example of a Predix Design System application",
"version": "2.0.2",
"private": false,
"extName": null,
"repository": {
"type": "git",
"url": "https://github.com/PredixDev/px-sample-app.git"
},
"homepage": "https://www.predix-ui.com/",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"bower": "^1.8.0",
"browser-sync": "^2.13.0",
"ensure-px-license": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.4.0",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-match": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^2.4.1",
"gulp-style-modules": "^0.1.0",
"node-sass-import-once": "^1.2.0",
"polymer-cli": "^1.4.1",
"request": "^2.81.0",
"stream-combiner2": "^1.1.1",
"yargs": "^6.0.0"
},
"scripts": {
"start": "node server/app.js",
"test": "./node_modules/.bin/wct",
"build": "./scripts/build.sh"
},
"dependencies": {
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"compression": "^1.7.0",
"connect": "^3.6.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-http-proxy": "^0.10.0",
"express-session": "^1.14.1",
"glob": "^7.0.3",
"https-proxy-agent": "^1.0.0",
"json-proxy": "^0.9.3",
"json-server": "^0.8.10",
"lodash": "^4.11.2",
"passport": "^0.3.2",
"passport-oauth2-middleware": "^1.0.2",
"passport-predix-oauth": "^0.1.2",
"polyserve": "^0.19.1",
"request": "^2.81.0",
"url": "^0.11.0"
},
"license": "Apache-2.0"
}