This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
62 lines (62 loc) · 1.8 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
{
"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": {
"@claviska/jquery-dropdown": "^2.0.3",
"Stepper": "git+ssh://[email protected]/FormStoneClassic/Stepper.git",
"autosize": "^4.0.0",
"babel-core": "^6.26.0",
"babel-preset-es2015-rollup": "^3.0.0",
"datetimepicker": "^0.1.30",
"dropit": "^1.0.0",
"dropzone": "^5.1.1",
"fastclick": "^1.0.6",
"file-loader": "^0.11.2",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-imagemin": "^3.0.1",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-sourcemaps": "^2.2.0",
"hideshowpassword": "^2.0.10",
"image-webpack-loader": "^3.4.2",
"jquery": "^3.1.0",
"jquery-jcrop": "^0.9.13",
"jquery-modal": "^0.8.0",
"jquery-powertip": "^1.2.0",
"jquery.cookie": "^1.4.1",
"lang.js": "git+ssh://[email protected]/euantorano/Lang.js.git",
"laravel-elixir": "^6.0.0-13",
"modernizr": "^3.3.1",
"node-sass": "^4.5.3",
"normalize-scss": "^7.0.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"rollup-stream": "^1.14.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vinyl-source-stream": "^1.1.0",
"webpack": "^3.6.0"
}
}