-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
123 lines (123 loc) · 3.69 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
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
{
"name": "cucumber-wifi",
"version": "0.0.0",
"main": "server/app.js",
"dependencies": {
"body-parser": "^1.19.0",
"composable-middleware": "^0.3.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"ejs": "~0.8.4",
"errorhandler": "~1.0.0",
"express": "^4.16.3",
"express-session": "^1.17.0",
"grunt": "^0.4.5",
"grunt-angular-gettext": "^2.5.0",
"grunt-angular-templates": "^1.2.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^1.0.0",
"grunt-google-cdn": "~0.4.0",
"grunt-karma": "^1.0.0",
"grunt-msg-init-merge": "0.0.5",
"grunt-ng-annotate": "^2.0.1",
"grunt-ng-constant": "^2.0.1",
"grunt-potomo": "^3.4.0",
"grunt-rev": "^0.1.0",
"grunt-sass": "^3.1.0",
"grunt-svgmin": "^0.4.0",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"helmet": "^0.10.0",
"jit-grunt": "~0.10.0",
"jshint-stylish": "^2.2.0",
"lodash": "^4.17.15",
"method-override": "~1.0.0",
"morgan": "^1.9.1",
"node-sass": "^4.12.0",
"passport": "^0.3.2",
"passport-polkaspots": "1.0.5",
"readable-stream": "^2.3.6",
"request": "^2.88.0",
"sass": "^1.23.0",
"serve-favicon": "^2.5.0",
"serverless": "^1.54.0",
"static-favicon": "~1.0.0",
"sync-exec": "^0.6.2",
"time-grunt": "^1.2.1",
"urijs": "^1.19.1"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel-core": "^6.6.5",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"chai-things": "^0.2.0",
"connect-livereload": "^0.5.3",
"grunt-babel": "~6.0.0",
"grunt-build-control": "^0.7.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-dom-munger": "^3.4.0",
"grunt-env": "~0.4.1",
"grunt-express-server": "^0.5.4",
"grunt-filerev": "^2.3.1",
"grunt-git-rev-parse": "^0.1.5",
"grunt-injector": "~0.6.0 ",
"grunt-jscs": "^2.1.0",
"grunt-mocha-istanbul": "^4.0.2",
"grunt-mocha-test": "~0.12.7",
"grunt-newer": "^1.1.1",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "^0.4.0",
"grunt-open": "^0.2.4",
"grunt-postcss": "~0.8.0",
"grunt-protractor-runner": "^3.1.0",
"grunt-ts": "^5.3.2",
"grunt-tslint": "~3.1.0",
"grunt-typings": "~0.1.4",
"istanbul": "~0.4.1",
"jasmine-core": "^2.99.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "~0.13.3",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jade-preprocessor": "0.0.11",
"karma-jasmine": "^1.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-phantomjs2-launcher": "^0.5.0",
"karma-script-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.32",
"mocha": "^2.2.5",
"open": "~0.0.4",
"phantomjs-prebuilt": "^2.1.4",
"proxyquire": "^1.0.1",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"supertest": "^1.1.0",
"sync-exec": "^0.6.2",
"tslint": "^3.5.0",
"typings": "^0.8.1"
},
"engines": {
"node": "6.9.1"
},
"scripts": {
"start": "node server/app.js",
"test": "grunt test",
"update-webdriver": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
},
"private": true
}