Changeset 516 for Dev/trunk/package.json


Ignore:
Timestamp:
03/14/14 12:36:58 (11 years ago)
Author:
hendrikvanantwerpen
Message:

Enable deployment with Grunt.

Location:
Dev/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk

    • Property svn:ignore
      •  

        old new  
        11build
        2 quod-erat.git
  • Dev/trunk/package.json

    r505 r516  
    44  "description": "QED Full",
    55  "devDependencies": {
    6     "grunt": "~0.4.0",
    7     "grunt-contrib-copy": "~0.4.1",
    8     "grunt-contrib-jshint": "~0.6.0",
    9     "grunt-contrib-less": "~0.6.4",
     6    "grunt": "^0.4.4",
     7    "grunt-contrib-copy": "^0.4.1",
     8    "grunt-contrib-jshint": "^0.6.5",
     9    "grunt-contrib-less": "^0.6.5",
    1010    "grunt-dojo": "~0.2.3",
    11     "grunt-exec": "~0.4.1",
     11    "grunt-exec": "^0.4.5",
    1212    "grunt-htmlhint": "~0.4.0",
    1313    "grunt-contrib-clean": "~0.5.0",
    14     "grunt-contrib-coffee": "~0.7.0",
    15     "underscore": "~1.4.4",
    16     "grunt-coffeelint": "~0.0.6",
    17     "grunt-banner": "~0.1.4",
     14    "grunt-contrib-coffee": "^0.7.0",
     15    "underscore": "^1.4.4",
     16    "grunt-coffeelint": "0.0.8",
     17    "grunt-banner": "^0.1.4",
    1818    "grunt-amd-check": "~0.5.2",
    19     "mocha": "~1.14.0",
    20     "should": "~2.1.0",
    21     "grunt-tv4": "^0.4.0",
    22     "grunt-jsonlint": "^1.0.4"
     19    "mocha": "^1.14.0",
     20    "should": "^2.1.1",
     21    "grunt-tv4": "~0.4.0",
     22    "grunt-jsonlint": "~1.0.4",
     23    "grunt-path-check": "~0.9.3",
     24    "grunt-git-deploy": "~0.1.1",
     25    "grunt-svninfo": "~0.1.4"
    2326  },
    2427  "dependencies": {}
Note: See TracChangeset for help on using the changeset viewer.