extract latest git commit ID from github, MKWS-420
[mkws-moved-to-github.git] / test / package.json
1 {
2     "name": "MKWS",
3     "version": "1.0.0",
4     "license": "GPL, http://www.indexdata.com/licences/gpl",
5     "contributors": [{
6         "name": "Mike Taylor",
7         "email": "mike@indexdata.com"
8     }, {
9         "name": "Wolfram Schneider",
10         "email": "wosch@indexdata.com"
11     }],
12     "devDependencies": {
13         "xmlhttprequest": "*",
14         "cssstyle": "*",
15         "request": "*",
16         "jasmine-reporters": "*",
17         "jasmine-node": "*",
18         "phantomjs": "*",
19         "handlebars": "3.0.3",
20         "uglify-js": "*"
21     },
22     "repository": {
23         "type": "git",
24         "url": "http://git.indexdata.com/mkws.git"
25     }
26 }