This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
59 lines (59 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
58
59
{
"name": "B3",
"title": "B3: Backbone Bootstrap Boilerplate",
"description": "A Backbone Bootstrap Boilerplate starter theme.",
"version": "0.1.0",
"homepage": "http://beebeebee.be",
"repository": "https://github.com/B3ST/B3",
"author": {
"name": "The B3 Team",
"email": "contact@beebeebee.be",
"url": "http://beebeebee.be"
},
"dependencies": {},
"devDependencies": {
"almond": "^0.3.0",
"bower": "^1.3.7",
"bower-files": "~1.5.0",
"bower-requirejs": "^1.1.2",
"browser-sync": "^2.7.1",
"del": "0.1.3",
"express": "^4.5.1",
"glob": "^4.0.4",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"gulp-bower-files": "^0.2.7",
"gulp-cache": "^0.2.0",
"gulp-changed": "^1.0.0",
"gulp-complexity": "^0.3.0",
"gulp-concat": "^2.4.2",
"gulp-coverage": "^0.3.30",
"gulp-dust": "^1.0.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.0.1",
"gulp-insert": "^0.4.0",
"gulp-jasmine": "^1.0.1",
"gulp-jshint": "^1.7.0",
"gulp-load-plugins": "^0.6.0",
"gulp-minify-css": "^0.3.10",
"gulp-notify": "^2.1.0",
"gulp-phpunit": "^0.6.3",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-scss-lint": "^0.1.12",
"gulp-scss-lint-stylish": "^0.1.2",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.0",
"jasmine-runner-node": "0.0.1",
"jshint": "^2.5.2",
"jshint-stylish": "^1.0.0",
"require-dir": "^0.1.0",
"requirejs": "^2.1.14"
},
"scripts": {
"prepublish": "bower install && gulp build"
},
"keywords": []
}