Changeset 463 for Dev/trunk/src/package.json
- Timestamp:
- 06/23/13 13:59:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/package.json
r458 r463 1 1 { 2 "name": "qed- full",2 "name": "qed-server", 3 3 "version": "0.0.1", 4 "description": "QED Full", 5 "devDependencies": { 6 "grunt": "~0.4.0", 7 "grunt-contrib-copy": "~0.4.1", 8 "grunt-contrib-jshint": "~0.2.0", 9 "grunt-contrib-less": "~0.5.0", 10 "grunt-dojo": "~0.2.3", 11 "grunt-exec": "~0.4.1", 12 "grunt-htmlhint": "~0.4.0", 13 "grunt-contrib-clean": "~0.4.1", 14 "grunt-zip": "~0.9.0", 15 "grunt-curl": "~1.1.0" 4 "description": "QED Server", 5 "dependencies": { 6 "simple-http-proxy": "~0.5.2", 7 "express": "~3.2.3", 8 "underscore": "~1.4.4", 9 "passport": "~0.1.17", 10 "passport-local": "~0.1.6" 16 11 }, 17 "dependencies": { 18 "underscore": "~1.4.4", 19 "q": "~0.9.4", 20 "q-io": "~1.7.0" 12 "engines": { 13 "node": "0.10.x", 14 "npm": "1.2.x" 21 15 } 22 16 }
Note: See TracChangeset
for help on using the changeset viewer.