forked from mybb/mybb2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "mybb",
"version": "2.0.0",
"description": "MyBB is the free and open source, intuitive, extensible, and incredibly powerful forum software you've been looking for.",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/mybb/mybb2"
},
"keywords": [
"MyBB",
"Forum"
],
"author": "MyBB Group",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mybb/mybb2/issues"
},
"homepage": "https://github.com/mybb/mybb2",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"browserify": "^12.0.1",
"browserify-shim": "^3.8.2",
"del": "^2.2.0",
"glob": "^6.0.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jsvalidate": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.5.1",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"lodash": "^3.6.0",
"minimatch": "^3.0.0",
"strip-debug": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
}
}