Ignore:
Timestamp:
06/08/13 23:04:07 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Reorganizing for builds.

Mixing server and client doesn't play nice with builds. I'm going to
seperate them even more, so they don't share a Dojo version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/package.json

    r448 r451  
    11{
    2   "name": "qed-application",
     2  "name": "qed-full",
    33  "version": "0.0.1",
    4   "description": "QED Application",
    5   "dependencies": {
    6     "simple-http-proxy": "~0.5.2",
    7     "express": "~3.2.3"
    8   },
     4  "description": "QED Full",
    95  "devDependencies": {
    106    "grunt": "~0.4.0",
     
    128    "grunt-contrib-jshint": "~0.2.0",
    139    "grunt-htmlhint": "~0.4.0"
    14   },
    15   "dojoBuild": "qed.profile.js"
     10  }
    1611}
Note: See TracChangeset for help on using the changeset viewer.