Skip to content

Commit

Permalink
Bower package management.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-geo-holmes committed Aug 13, 2013
1 parent 74ab4f5 commit 116ff61
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"directory": "vendor",
"json": "bower.json"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
support/tmp/
doc/static/builtin.js
doc/static/skulpt.js
vendor/

*.pyc
.DS_Store
Expand Down
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "skulpt",
"version": "0.1.0",
"main": "./dist/skulpt.js",
"description": "Skulpt is a Javascript implementation of the Python programming language",
"repository": {
"type": "git",
"url": "git://github.com/bnmnetp/skulpt.git"
},
"bugs": {
"url": "https://github.com/bnmnetp/skulpt/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bnmnetp/skulpt/LICENSE"
}
],
"dependencies": {
},
"ignore": [
]
}

0 comments on commit 116ff61

Please sign in to comment.