Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfrisch committed Feb 26, 2014
1 parent d477546 commit 3579a11
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "montage",
"version": "0.13.6",
"description": "A UI Framework",
"version": "0.14.0",
"description": "Build your next application with a browser based platform that really gets the web.",
"repository": {
"type": "git",
"url": "https://github.com/montagejs/montage.git"
Expand All @@ -26,26 +26,23 @@
}
},
"dependencies": {
"collections": "~0.2.1",
"frb": "0.2.16",
"collections": "~1.0.0",
"frb": "~0.2.17",
"mousse": "~0.3.0",
"htmlparser2": "~3.0.5"
},
"devDependencies": {
"montage-testing": "~0.3.0",
"mr": "~0.14.2",
"q": "0.9.6",
"q-io": "~1.7.2",
"jshint": "~2.0.1"
"montage-testing": "~0.4.0",
"mr": "~0.15.3",
"q": "1.0.0",
"q-io": "~1.11.0",
"jshint": "~2.4.4"
},
"scripts": {
"test": "node test/node/node-spec.js",
"jsdoc": "node ../montagejs.org/build/jsdoc/jsdoc.js -out $PWD/builds/jsdoc/ montage@npm-link"
},
"exclude": [
"etc",
"lab",
"node.js",
"test",
"tools"
]
Expand Down

0 comments on commit 3579a11

Please sign in to comment.