-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "responsive-theme-for-developers",
"version": "1.3.0",
"description": "Responsive Orchard CMS theme for developers",
"main": "Document.cshtml",
"scripts": {
"start": "gulp watch",
"prebuild": "rimraf lib",
"build": "gulp initialize"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-clean-css": "3.7.0",
"gulp-concat": "2.6.1",
"gulp-favicons": "2.2.7",
"gulp-imagemin": "3.3.0",
"gulp-install": "1.1.0",
"gulp-print-spacesavings": "1.0.3",
"gulp-sass": "3.1.0",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.11",
"require-dir": "0.3.2",
"run-sequence": "2.1.0"
},
"dependencies": {
"bootstrap": "3.3.7",
"bootstrap-sass": "3.3.7",
"font-awesome": "4.7.0",
"jquery": "2.2.4",
"toastr": "2.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/georgeroubie/responsive-theme-for-developers-orchard-cms.git"
},
"author": "George Roubie",
"license": "ISC",
"bugs": {
"url": "https://github.com/georgeroubie/responsive-theme-for-developers-orchard-cms/issues"
},
"homepage": "https://github.com/georgeroubie/responsive-theme-for-developers-orchard-cms#readme"
}