From 51195d6a1ad680a0c536c185f03f9a62bf5c2114 Mon Sep 17 00:00:00 2001 From: Ricard Gascons Date: Fri, 9 Sep 2016 02:56:38 +0200 Subject: [PATCH] Update package.json to version 1.0.0 --- package.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index f67899c..fb16900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c--", - "version": "0.0.0", + "version": "1.0.0", "description": "C-- interpreter.", "main": "index.js", "scripts": { @@ -8,26 +8,23 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ghastgar/C--.git" + "url": "git+https://github.com/jutge-org/cmm.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/ghastgar/C--/issues" + "url": "https://github.com/jutge-org/cmm/issues" }, - "homepage": "https://github.com/ghastgar/C--#readme", - "dependencies": { + "homepage": "https://github.com/jutge-org/cmm#readme", + "devDependencies": { + "chai": "^3.5.0", + "gulp": "^3.9.1", + "mocha": "*", "browserify": "^13.1.0", "coffeeify": "^2.0.1", "gulp-uglify": "^2.0.0", - "jison": "^0.4.17", "jisonify": "^1.0.4", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" - }, - "devDependencies": { - "chai": "^3.5.0", - "gulp": "^3.9.1", - "mocha": "*" } }