-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
109 lines (109 loc) · 3.31 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
{
"name": "kapture",
"version": "4.3.0",
"main": "server/app.js",
"scripts": {
"start": "SERVER_ENDPOINT=http://localhost:9000 node server/app.js",
"test": "npm run e2e",
"e2e": "grunt e2e",
"e2e-setup": "node_modules/.bin/webdriver-manager update",
"protractor": "node_modules/protractor/bin/protractor",
"serve": "NODE_ENV=development grunt serve"
},
"dependencies": {
"asap": "^2.0.6",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"composable-middleware": "^0.3.0",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"datejs": "^1.0.0-rc3",
"debug": "^2.6.8",
"ejs": "^2.5.7",
"errorhandler": "^1.5.0",
"express": "^4.15.3",
"express-session": "^1.15.4",
"express-winston": "^2.4.0",
"lodash": "^4.17.4",
"method-override": "^2.3.9",
"node-persist": "^2.1.0",
"request": "^2.81.0",
"sanitize-filename": "^1.6.1",
"serve-favicon": "^2.4.3",
"thepiratebay": "^1.4.5",
"winston": "^2.3.1",
"xml2json-light": "^1.0.4",
"xmldom": "^0.1.27",
"xpath": "^0.0.24",
"yamljs": "^0.3.0",
"youtube-sdk": "^0.2.0",
"youtube-search": "^1.0.10"
},
"devDependencies": {
"are-we-there-yet": "^1.1.4",
"connect-livereload": "^0.6.0",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-build-control": "^0.7.1",
"grunt-bump": "^0.8.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-debian-package": "^0.1.13",
"grunt-dock": "^1.1.5",
"grunt-dom-munger": "^3.4.0",
"grunt-env": "^0.4.4",
"grunt-express-server": "^0.5.3",
"grunt-git-revision": "0.0.1",
"grunt-injector": "^1.1.0",
"grunt-karma": "^2.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-nodemon": "^0.4.2",
"grunt-open": "^0.2.3",
"grunt-package-modules": "https://github.com/gaieges/grunt-package-modules/archive/master.tar.gz",
"grunt-protractor-runner": "^5.0.0",
"grunt-rev": "^0.1.0",
"grunt-shell": "^2.1.0",
"grunt-svgmin": "^5.0.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jade-preprocessor": "0.0.11",
"karma-jasmine": "^1.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-ng-jade2js-preprocessor": "^0.2.1",
"karma-ng-scenario": "^1.0.0",
"karma-requirejs": "^1.1.0",
"karma-script-launcher": "^1.0.0",
"mocha": "^4.1.0",
"open": "0.0.5",
"optipng-bin": "^4.0.0",
"protractor": "^5.2.2",
"regexp-quote": "0.0.0",
"requirejs": "^2.3.5",
"should": "^13.2.0",
"supertest": "^3.0.0",
"time-grunt": "^1.4.0"
},
"engines": {
"node": ">=7.0.0"
},
"private": true
}