Skip to content

Commit

Permalink
Working on edit support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Nov 13, 2014
1 parent 447d35f commit 5a1a33f
Show file tree
Hide file tree
Showing 27 changed files with 8,540 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jassa-ui-angular-core/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"jassa-ui-angular.css"
],
"dependencies": {
"jassa": "0.0.4-SNAPSHOT",
"jassa": "0.9.0-SNAPSHOT",
"angular": "1.2.16-build.63+sha.8d4d437",
"bootstrap": "3.1.0",
"angular-ui-bootstrap": "",
Expand Down
2 changes: 1 addition & 1 deletion jassa-ui-angular-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "https://github.com/GeoKnow/Jassa-UI-Angular/graphs/contributor",
"name": "jassa-ui-angular",
"version": "0.0.4-SNAPSHOT",
"version": "0.9.0-SNAPSHOT",
"homepage": "https://github.com/GeoKnow/Jassa-UI-Angular",
"dependencies": {},
"devDependencies": {
Expand Down
36 changes: 36 additions & 0 deletions jassa-ui-angular-edit/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "jassa",
"version": "v0.9.0-SNAPSHOT",
"homepage": "https://github.com/GeoKnow/Jassa",
"authors": [
"Claus Stadler <cstadler@informatik.uni-leipzig.de>"
],
"description": "JAvascript Suite for Sparql Access",
"main": "jassa.js",
"repository": {
"type": "git",
"url": "git://github.com/GeoKnow/Jassa-Core.git"
},
"dependencies": {
},
"keywords": [
"rdf",
"sparql",
"faceted-search",
"facete",
"sponate",
"sparql-to-json",
"jena",
"cache"
],
"license": "MIT",
"ignore": [
"**/.*",
"coverage",
"gulp",
"lib",
"node_modules",
"test",
"to-port"
]
}
3 changes: 3 additions & 0 deletions jassa-ui-angular-edit/demo/changeset/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "app/bower_components"
}
14 changes: 14 additions & 0 deletions jassa-ui-angular-edit/demo/changeset/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"curly": true,
"immed": true,
"newcap": true,
"noarg": true,
"sub": true,
"boss": true,
"eqnull": true,
"quotmark": "single",
"trailing": true,
"globals": {
"angular": true
}
}
Loading

0 comments on commit 5a1a33f

Please sign in to comment.