-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.71 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.71 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
59
60
61
62
63
64
65
66
{
"name": "console",
"author": "Intel Corporation",
"license": "Apache-2.0",
"version": "0.5.50",
"private": true,
"dependencies": {
"compression": "1.6.1",
"connect-timeout": "1.7.0",
"cookie-parser": "1.4.1",
"crypto": "0.0.3",
"debug": "2.2.0",
"express": "4.13.4",
"express-session": "1.13.0",
"http-proxy-agent": "1.0.0",
"https-proxy-agent": "1.0.0",
"morgan": "1.7.0",
"passport": "0.3.2",
"passport-oauth2": "1.3.0",
"request": "2.69.0",
"require-dir": "0.3.0",
"serve-favicon": "2.3.0",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "3.5.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-bower": "0.0.13",
"gulp-changed": "1.3.0",
"gulp-compass": "2.1.0",
"gulp-concat": "2.6.0",
"gulp-filter": "4.0.0",
"gulp-if": "2.0.0",
"gulp-inject": "3.0.0",
"gulp-jade": "1.1.0",
"gulp-jshint": "2.0.0",
"gulp-load-plugins": "1.2.0",
"gulp-minify-css": "1.2.4",
"gulp-mocha": "2.2.0",
"gulp-ng-annotate": "2.0.0",
"gulp-plumber": "1.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-sync": "0.1.4",
"gulp-uglify": "1.5.3",
"gulp-useref": "3.0.7",
"gulp-using": "0.1.0",
"gulp-util": "3.0.7",
"jshint": "2.9.1",
"karma": "0.13.21",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.4",
"karma-firefox-launcher": "0.1.7",
"karma-mocha": "0.2.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-sinon-chai": "1.2.0",
"main-bower-files": "2.11.1",
"mocha": "2.4.5",
"phantomjs-prebuilt": "2.1.4",
"proxyquire": "1.7.4"
},
"scripts": {
"build": "node node_modules/gulp/bin/gulp.js",
"start": "node app/server/server.js"
}
}