-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "orion",
"version": "1.0.0",
"description": "frontend stuff for orion theme (drupal 8)",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdrew/orion.git"
},
"keywords": [
"drupal"
],
"author": "Rob Drew",
"license": "ISC",
"bugs": {
"url": "https://github.com/rdrew/orion/issues"
},
"homepage": "https://github.com/rdrew/orion#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"bs-rewrite-rules": "^2.1.2",
"del": "^2.2.2",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-imagemin": "^3.1.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-watch": "^4.3.11",
"node-sass-globbing": "0.0.23",
"run-sequence": "^1.2.2"
},
"dependencies": {
"foundation-sites": "^6.3.1",
"guff": "^0.1.6"
}
}