Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ali committed Oct 5, 2015
1 parent 3110716 commit 38522bc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
www
pollen_cache
node_modules
12 changes: 11 additions & 1 deletion README.md
@@ -1 +1,11 @@
It's a website!
# ali.io

My personal website, made with [Harp][].

[Harp]: https://github.com/sintaxi/harp


## Instructions

* `npm run start` - Starts the harp dev server.
* `npm run build` - Compiles the website, outputs to the `/www` directory.
23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"name": "ali.io",
"version": "1.0.0",
"description": "It's a website!",
"scripts": {
"start": "harp server",
"build": "harp compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ali/ali.io.git"
},
"author": "Ali Ukani <ali.ukani@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ali/ali.io/issues"
},
"homepage": "https://github.com/ali/ali.io#readme",
"dependencies": {
"harp": "^0.19.0",
"node-sass": "^3.3.3"
}
}

0 comments on commit 38522bc

Please sign in to comment.