Author: echatellier Date: 2015-07-17 16:11:18 +0200 (Fri, 17 Jul 2015) New Revision: 1807 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1807 Log: Update package.json Modified: oipf/emulator/package.json oipf/lib/package.json oipf/test/package.json oipf/test/readme.txt Modified: oipf/emulator/package.json =================================================================== --- oipf/emulator/package.json 2015-07-10 17:07:46 UTC (rev 1806) +++ oipf/emulator/package.json 2015-07-17 14:11:18 UTC (rev 1807) @@ -4,12 +4,11 @@ "description": "Emulator for oipf", "main": "server.js", "dependencies": { - "express": "^4.12.3", - "angular": "1.2.x", - "angular-route": "1.2.x", - "bootstrap": "latest" + "express": "4.13.1", + "angular": "1.4.3", + "angular-route": "1.4.3", + "bootstrap": "3.3.5" }, - "devDependencies": {}, "author": "ygrego", - "license": "LGPL" + "license": "Apache-2.0" } Modified: oipf/lib/package.json =================================================================== --- oipf/lib/package.json 2015-07-10 17:07:46 UTC (rev 1806) +++ oipf/lib/package.json 2015-07-17 14:11:18 UTC (rev 1807) @@ -4,15 +4,15 @@ "description": "Stub for oipf", "main": "oipf-lib.js", "devDependencies": { - "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" + "del": "1.2.x", + "gulp": "3.9.x", + "gulp-babel": "5.1.x", + "gulp-concat": "2.6.x", + "gulp-sequence": "0.4.x", + "gulp-sourcemaps": "1.5.x", + "gulp-util": "3.0.x", + "node-notifier": "4.2.x" }, "author": "ygrego", - "license": "LGPL" + "license": "Apache-2.0" } Modified: oipf/test/package.json =================================================================== --- oipf/test/package.json 2015-07-10 17:07:46 UTC (rev 1806) +++ oipf/test/package.json 2015-07-17 14:11:18 UTC (rev 1807) @@ -4,16 +4,16 @@ "description": "Test for oipf", "main": "server.js", "dependencies": { - "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" + "express": "4.13.x", + "del": "1.2.x", + "gulp": "3.9.x", + "gulp-babel": "5.1.x", + "gulp-concat": "2.6.x", + "gulp-sequence": "0.4.x", + "gulp-sourcemaps": "1.5.x", + "gulp-util": "3.0.x", + "node-notifier": "4.2.x" }, "author": "ygrego", - "license": "LGPL" + "license": "Apache-2.0" } Modified: oipf/test/readme.txt =================================================================== --- oipf/test/readme.txt 2015-07-10 17:07:46 UTC (rev 1806) +++ oipf/test/readme.txt 2015-07-17 14:11:18 UTC (rev 1807) @@ -1,6 +1,6 @@ This is project contains unit test for oipf implementation. You can run it on a machine to determine how well it handle oipf : it will gives you a feedback on what part of the spec is supported or not. To run the project, run : -> node server.js +> gulp Then browse http://<ip address of your machine>:3000
participants (1)
-
echatellier@users.nuiton.org