Author: ygrego Date: 2015-06-10 21:15:55 +0000 (Wed, 10 Jun 2015) New Revision: 1694 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1694 Log: Gulp needs severals modules to accomplish tasks. Modified: oipf/test/package.json Modified: oipf/test/package.json =================================================================== --- oipf/test/package.json 2015-06-10 21:13:28 UTC (rev 1693) +++ oipf/test/package.json 2015-06-10 21:15:55 UTC (rev 1694) @@ -4,7 +4,15 @@ "description": "Test for oipf", "main": "server.js", "dependencies": { - "express": "^4.12.3" + "express": "^4.12.3", + "del": "^1.2.0", + "gulp": "^3.9.0", + "gulp-babel": "^5.1.0", + "gulp-concat": "^2.5.2", + "gulp-sequence": "^0.3.2", + "gulp-sourcemaps": "^1.5.2", + "gulp-util": "^3.0.5", + "node-notifier": "^4.2.1" }, "author": "ygrego", "license": "LGPL"
participants (1)
-
ygregoï¼ users.nuiton.org