Skip to content

Commit

Permalink
Update bower.json, add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Quentel committed May 16, 2016
1 parent f1ff4b0 commit 8be91b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brython",
"version": "3.1.3",
"version": "3.2.6",
"dependencies":{},
"devDependencies": {}
}
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "brython",
"version": "3.2.6",
"description": "Python 3 in the browser",
"main": "brython.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brython-dev/brython.git"
},
"keywords": [
"Python"
],
"author": "Pierre Quentel",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/brython-dev/brython/issues"
},
"homepage": "https://github.com/brython-dev/brython#readme"
}

0 comments on commit 8be91b0

Please sign in to comment.