-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.26 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
{
"name": "puppy",
"version": "0.0.0",
"dependencies": {
"body-parser": "^1.14.0",
"express": "^4.4.1",
"express-session": "^1.5.0",
"helmet": "^2.0.0",
"morgan": "^1.6.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"q": "^1.4.1",
"underscore": "^1.8.3",
"www-authenticate": "^0.6.2"
},
"devDependencies": {
"browser-sync": "2.8.3",
"chai": "^3.0.0",
"del": "^2.0.2",
"glob": "^6.0.0",
"gulp": "^3.8.0",
"gulp-angular-templatecache": "^1.9.1",
"gulp-autoprefixer": "^2.2.0",
"gulp-bump": "^1.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.2.0",
"postcss-svgo": "2.1.4",
"gulp-cssnano": "^2.0.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "0.2.0",
"gulp-git": "^1.7.2",
"gulp-htmlmin": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-prompt": "^0.2.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sourcemaps": "^1.0.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^3.0.0",
"gulp-util": "^3.0.5",
"inquirer": "^0.12.0",
"jasmine-core": "^2.3.4",
"jshint": "^2.0.0",
"jshint-stylish": "^2.0.0",
"karma": "^0.13.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^0.5.0",
"karma-jasmine": "^0.3.0",
"karma-mocha": "^0.2.0",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-notify-reporter": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"lodash": "^3.9.3",
"mocha": "^2.2.5",
"node-notifier": "^4.2.3",
"phantomjs-prebuilt": "^2.0.0",
"plato": "^1.5.0",
"q": "^1.0.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0",
"underscore.string": "^3.2.2",
"username": "^1.0.1",
"wiredep": "^3.0.0",
"yargs": "^3.26.0"
},
"engines": {
"node": ">=0.8.0"
},
"private": true
}