Created
August 9, 2017 11:52
-
-
Save joostvanveen/4d2cea74d6027b97d586f4484d4d9238 to your computer and use it in GitHub Desktop.
Default Accent Interactive gulp configuration package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ROC Mondriaan Techiek & ICT", | |
"version": "1.0.0", | |
"description": "Build by Accent interactive", | |
"main": "content/themes", | |
"dependencies": { | |
"gulp": "^3.9.1" | |
}, | |
"devDependencies": { | |
"gulp": "^3.9.1", | |
"gulp-livereload": "^3.8.1", | |
"gulp-plumber": "^1.1.0", | |
"gulp-sass": "^3.1.0", | |
"gulp-sourcemaps": "^2.6.0", | |
"gulp-util": "^3.0.8", | |
"gulp-watch-sass": "^1.1.4" | |
}, | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://[email protected]/accent/roc-mondriaan-ict-techniek.git" | |
}, | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment