-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.04 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.04 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
67
68
69
70
71
72
73
74
75
76
{
"name": "gulptest",
"version": "0.0.0",
"description": "test gulp",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FireQQTW/FireQQTW.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FireQQTW/FireQQTW.github.io/issues"
},
"homepage": "https://github.com/FireQQTW/FireQQTW.github.io",
"devDependencies": {
"angular": "^1.3.13",
"angular-route": "^1.3.13",
"bootstrap": "^3.3.1",
"bootstrap-webpack": "0.0.3",
"brfs": "^1.3.0",
"css-loader": "^0.9.1",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.5.0",
"file-loader": "^0.8.1",
"fs": "0.0.2",
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.2.0",
"gulp-debug": "^2.0.0",
"gulp-filter": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^0.10.0",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.4.2",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass": "^1.2.4",
"gulp-uglify": "^1.0.2",
"gulp-useref": "^1.1.1",
"gulp-util": "^3.0.2",
"gulp-webpack": "^1.2.0",
"imagemin-pngquant": "^4.0.0",
"imports-loader": "^0.6.3",
"install": "^0.1.8",
"jquery": "^2.1.3",
"jshint-stylish": "^1.0.0",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"less": "^2.4.0",
"lodash": "^3.2.0",
"main-bower-files": "^2.5.0",
"marked": "^0.3.3",
"metadata": "^0.1.0",
"mkdirp": "^0.5.0",
"ng-dialog": "^0.3.11",
"package": "^1.0.1",
"path": "^0.11.14",
"react-hot-loader": "^1.1.6",
"sass-loader": "^0.4.0-beta.1",
"semantic-ui": "^1.8.1",
"style-loader": "^0.8.3",
"uglify": "^0.1.1",
"underscore": "^1.7.0",
"url-loader": "^0.5.5",
"vinyl-source-stream": "^1.0.0",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0",
"yargs": "^3.0.4"
}
}