summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-02 13:48:43 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-02 13:49:29 -0500
commit930ab7e6476149d19ba523de77b8871d78cabdec (patch)
treeb7f74d4d9dfaa4393be1ad4be2b08af2cded098a /package.json
parent143571f43a0b1f505638d5225838551b556f222e (diff)
downloadhtml5ks-930ab7e6476149d19ba523de77b8871d78cabdec.tar.xz
html5ks-930ab7e6476149d19ba523de77b8871d78cabdec.zip
meh
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a3e2e9c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "html5ks",
+ "version": "0.2.0",
+ "author": "Alex Xu (Hello71) <alex_y_xu@yahoo.ca>",
+ "scripts": {
+ "start": "./nginx.sh"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://git.happinessforme.com/html5ks.git"
+ },
+ "dependencies": {
+ "uglify-js": "*"
+ },
+ "license": "GPLv3"
+}