forked from jackhutu/jackblog-angular1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.32 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
{
"name": "jackblog-angular1",
"version": "1.2.3",
"description": "jackblog angular1.x版",
"scripts": {
"start": "gulp serve:dist",
"dev": "gulp serve",
"build": "gulp build",
"test": "gulp test:karma",
"test-e2e": "gulp test:e2e",
"pm2-start": "pm2 start process.json",
"pm2-restart": "pm2 restart process.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackhutu/jackblog-angular1.git"
},
"keywords": [
"vue",
"jackblog"
],
"author": "Jack Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/jackhutu/jackblog-angular1/issues"
},
"homepage": "https://github.com/jackhutu/jackblog-angular1#readme",
"dependencies": {
"express": "^4.13.4",
"pm2": "^1.1.1",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"browser-sync": "^2.9.4",
"browser-sync-spa": "^1.0.3",
"del": "^2.2.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-compass": "^2.1.0",
"gulp-csso": "^1.0.0",
"gulp-env": "^0.2.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^2.2.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-config": "^1.2.1",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.0.1",
"gulp-protractor": "^1.0.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"http-proxy-middleware": "^0.8.1",
"imagemin-pngquant": "^4.2.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.10",
"karma-angular-filesort": "^1.0.0",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.1",
"lodash": "^3.10.1",
"main-bower-files": "^2.9.0",
"phantomjs": "^1.9.18",
"protractor": "^2.4.0",
"uglify-save-license": "^0.4.1",
"wiredep": "^2.2.2"
}
}