This repository has been archived by the owner on Apr 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.6 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
{
"name": "bubcloud",
"version": "1.0.7",
"description": "A responsive theme for Forumotion",
"keywords": [
"forumotion",
"forum",
"invision",
"theme",
"bubcloud"
],
"scripts": {
"gulp": "gulp",
"zip": "gulp zip",
"test": "gulp lint",
"build": "gulp build --deploy",
"start": "gulp serve --dev"
},
"repository": "https://github.com/baivong/bubcloud",
"bugs": {
"url": "https://github.com/baivong/bubcloud/issues",
"email": "Zzbaivong@gmail.com"
},
"homepage": "http://devs.forumvi.com",
"author": "Zzbaivong <Zzbaivong@gmail.com> (http://baivong.github.io)",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"eslint": "^4.6.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.8.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-eslint": "^4.0.0",
"gulp-header": "^1.8.9",
"gulp-if": "^2.0.2",
"gulp-include": "^2.3.1",
"gulp-less": "^3.3.2",
"gulp-plumber": "^1.1.0",
"gulp-sequence": "^0.4.6",
"gulp-string-replace": "^0.4.0",
"gulp-stylelint": "^5.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"merge-stream": "^1.0.1",
"stylelint-order": "^0.6.0",
"yargs": "^8.0.2"
},
"dependencies": {
"hint.css": "^2.5.0",
"normalize.css": "^7.0.0"
}
}