-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.76 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
{
"name": "rainstorms",
"description": "Full-Stack JavaScript with PostgreSQL, Express, AngularJS, and Node.js.",
"version": "1.0.0",
"peanjs-version": "0.0.0",
"private": false,
"author": "Thannarot Kunlamai",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/peanjs/pean.git"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.0.0"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"acl": "^0.4.11",
"bluebird": "^3.5.0",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"compression": "^1.7.3",
"consolidate": "^0.15.1",
"cookie-parser": "^1.3.2",
"core-util-is": "^1.0.2",
"cron": "^1.4.1",
"crypto": "^1.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"file-stream-rotator": "^0.3.1",
"glob": "^7.1.3",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"helmet": "^3.13.0",
"jasmine-core": "^3.2.1",
"lodash": "^4.17.5",
"method-override": "^3.0.0",
"mocha": "^5.2.0",
"morgan": "^1.9.1",
"pg-promise": "^8.4.6",
"rss-parser": "^3.5.1",
"sequelize": "^5.21.7",
"sequelize-cli": "^5.5.1",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"swig": "^1.4.2",
"validator": "^10.8.0"
},
"devDependencies": {
"grunt-concurrent": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "~0.4.4",
"grunt-karma": "^3.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-ng-annotate": "^3.0.0",
"grunt-nodemon": "~0.4.0",
"grunt-protractor-coverage": "~0.2.15",
"grunt-protractor-runner": "^5.0.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-concat": "^2.6.0",
"gulp-csslint": "~0.1.5",
"gulp-cssmin": "~0.1.7",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^4.0.1",
"gulp-livereload": "^4.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^6.0.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-nodemon": "^2.0.3",
"gulp-protractor": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.6",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"mapbox-gl": "^1.10.0",
"run-sequence": "^2.2.1"
}
}