Skip to content

Commit

Permalink
Update package.json to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgascons committed Sep 9, 2016
1 parent 17906f7 commit 51195d6
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
{
"name": "c--",
"version": "0.0.0",
"version": "1.0.0",
"description": "C-- interpreter.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"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": "*"
}
}

0 comments on commit 51195d6

Please sign in to comment.