Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ChapelR committed May 12, 2018
1 parent 9e37545 commit 6561139
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "noble-avatar-js",
"version": "0.1.0",
"description": "Graphical character creator for Twine.",
"main": "gulpfile.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"fs-extra": "^6.0.1",
"gulp-autoprefixer": "^5.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-clean-css": "^3.9.4",
"gulp-jshint": "^2.1.0",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"gulp-rename": "^1.2.2",
"jshint": "^2.9.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChapelR/noble-avatar-js.git"
},
"keywords": [
"twine",
"rpg",
"interactive-fiction",
"character-creation"
],
"author": "chapel",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChapelR/noble-avatar-js/issues"
},
"homepage": "https://github.com/ChapelR/noble-avatar-js#readme"
}

0 comments on commit 6561139

Please sign in to comment.