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