-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.53 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
{
"name": "predix-analytic-config-deployment-tool",
"version": "2.0.2",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"author": {
"name": "Predix Adoption",
"email": "predix.adoption@ge.com"
},
"scripts": {
"start": "node server/app.js",
"test": "node_modules/mocha/bin/mocha test/server"
},
"keywords": [
"predix-ui-seed",
"predix-seed",
"predix-webapp-starter"
],
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-inline-source": "^2.1.0",
"gulp-load-plugins": "^1.1.0",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.6",
"gulp-style-modules": "^0.1.0",
"merge-stream": "^1.0.0",
"mocha": "^3.2.0",
"node-sass": "^3.8.0",
"node-sass-import-once": "^1.2.0",
"open": "0.0.4",
"polymer-cli": "^1.5.2",
"postcss": "^5.0.21",
"postcss-cli": "^2.5.2",
"request": "^2.58.0",
"sass-import-modules": "^2.1.0",
"sinon": "^1.17.7"
},
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"connect-redis": "^3.2.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-http-proxy": "^0.10.0",
"express-session": "^1.14.1",
"https-proxy-agent": "^1.0.0",
"json-server": "^0.8.10",
"passport": "^0.3.2",
"passport-oauth2-middleware": "^1.0.2",
"passport-predix-oauth": "^0.1.2",
"ws": "^2.2.1"
}
}