This repository was archived by the owner on Mar 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
{
"name": "OrionBP",
"version": "1.2.1",
"author": "Luke Harrison",
"description": "OrionBP is a simple front-end boilerplate for projects using OrionCSS and OrionJS. It includes a suite of useful Gulp tasks allowing you to compile, compress and concatenate your SASS, JS and image assets.",
"homepage": "http://www.lukeharrison.net",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/WebDevLuke/OrionBP.git"
},
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^4.2.0",
"gulp-nunjucks": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^2.6.0",
"gulp-streamify": "^1.0.2",
"gulp-stylelint": "^3.9.0",
"gulp-svgmin": "^1.2.3",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^1.5.2",
"gulp-uncss": "^1.0.6",
"mkdirp": "^0.5.1",
"orioncss": "^2.10.2",
"orionjs": "^2.0.3",
"run-sequence": "^1.1.5",
"stylelint-scss": "^1.4.3",
"vinyl-source-stream": "^1.1.0"
}
}