source: Dev/trunk/src/qed-client/package.json @ 443

Last change on this file since 443 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

File size: 354 bytes
Line 
1{
2  "name": "qed-client",
3  "version": "0.0.1",
4  "description": "QED",
5  "dependencies": {
6    "dojo": "~1.8.0",
7    "dijit": "~1.8.0",
8    "dojox": "~1.8.0"
9  },
10  "dojoBuild": "qed.profile.js",
11  "devDependencies": {
12    "grunt": "~0.4.0",
13    "grunt-contrib-less": "~0.5.0",
14    "grunt-contrib-jshint": "~0.2.0",
15    "grunt-htmlhint": "~0.9.2"
16  }
17}
Note: See TracBrowser for help on using the repository browser.