Files
md-cv-maker/package.json
2018-10-18 11:38:17 +01:00

35 lines
821 B
JSON

{
"name": "CV",
"version": "1.0.0",
"description": "Alicia Sykes Curriculum Vitae",
"main": "server.js",
"repository": "https://github.com/Lissy93/website",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"watch": "gulp watch",
"serve": "node server",
"postinstall": "gulp build"
},
"author": "Alicia Sykes",
"license": "MIT",
"devDependencies": {
"coffeelint-stylish": "^0.1.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.7",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-copy": "^4.0.1",
"gulp-jade": "^1.1.0",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7"
},
"dependencies": {
"connect": "^3.4.1",
"materialize-css": "^1.0.0",
"serve-static": "^1.10.2"
}
}