-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.19 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
{
"name": "drupalcamp_theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm i && gulp watch",
"postinstall": "cp -r node_modules/bootstrap-sass/assets bootstrap/ && npm run font-awesome && npm run fancybox",
"fancybox": "cp -r node_modules/@fancyapps/fancybox/dist/*.min.* fancybox/",
"font-awesome": "cp -r node_modules/font-awesome/scss/* font-awesome && cp -r node_modules/font-awesome/fonts/* fonts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drupalnorge/drupalcamp_theme.git"
},
"keywords": [],
"author": "Eirik S. Morland <eirik@morland.no>",
"license": "ISC",
"bugs": {
"url": "https://github.com/drupalnorge/drupalcamp_theme/issues"
},
"homepage": "https://github.com/drupalnorge/drupalcamp_theme#readme",
"devDependencies": {
"@fancyapps/fancybox": "github:fancyapps/fancybox",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.0"
}
}