Initial commit: Photography portfolio based on rampatra/photography
- Jekyll-based photography portfolio template - Added Brain.md (project knowledge base) and Skill.md (skill commands) - Configured remote to Kroonk/Photography.git - Added .claude/ to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
38
package.json
Normal file
38
package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "photography",
|
||||
"version": "5.0.0",
|
||||
"description": "A jekyll website for photographer cum developer",
|
||||
"main": "npmfile.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/rampatra/photography.git"
|
||||
},
|
||||
"keywords": [
|
||||
"photography",
|
||||
"jekyll",
|
||||
"website",
|
||||
"template",
|
||||
"website template",
|
||||
"portfolio",
|
||||
"portfolio website"
|
||||
],
|
||||
"author": "Ram Patra",
|
||||
"license": "GPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/rampatra/photography/issues"
|
||||
},
|
||||
"homepage": "https://github.com/rampatra/photography#readme",
|
||||
"devDependencies": {
|
||||
"del": "^4.1.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-filter": "^9.0.1",
|
||||
"gulp-image-resize": "^0.13.1",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-sass": "^5.0.0",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"sass": "^1.25.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user