Skip to content

Commit

Permalink
[upd] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Dec 1, 2016
1 parent c80c09d commit b2481b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Semantic Forms
# S-Forms

Semantic form generator and processor. For ontology-based smart forms.

Expand All @@ -10,3 +10,5 @@ Semantic form generator and processor. For ontology-based smart forms.
- Select
- Checkbox
- Numeric input


9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"email": "martin.ledvinka@fel.cvut.cz",
"url": "https://kbss.felk.cvut.cz/web/portal/people"
},
"contributors": [{
"name": "Miroslav Blasko",
"email": "miroslav.blasko@fel.cvut.cz",
"url": "https://kbss.felk.cvut.cz/web/portal/people"
}],
"repository": {
"type": "git",
"url": "https://kbss.felk.cvut.cz/git/semforms.git"
Expand Down Expand Up @@ -62,12 +67,12 @@
},
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
"test-with-jest": "jest",
"build": "browserify ./src/semforms.js -o ./dist/semforms.js",
"watchify": "watchify ./src/semforms.js -o ./dist/semforms.js",
"lib": "babel ./src -d ./lib",
"build-npm-prod": "npm run test && npm run build && npm run lib && npm pack",
"build-npm-prod": "npm run build && npm run lib && npm pack",
"build-css": "cleancss --skip-rebase -d -o ./css/semforms.min.css ./css/semforms.css",
"prebuild-npm-prod": "npm install",
"rendering-test-start": "watchify -o test/rendering/bundle.js -v -d test/rendering/TestApp.js"
},
"browserify": {
Expand Down

0 comments on commit b2481b2

Please sign in to comment.