summaryrefslogtreecommitdiff
path: root/package.json
blob: a3e2e9c2f558ed12e6e5f1e1ad4d5bda14041dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
}