Skip to content

Commit

Permalink
Committing release tag 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarch committed Jun 26, 2015
1 parent bde42a4 commit 2d6d68c
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 93 deletions.
68 changes: 32 additions & 36 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
{
"name": "spel2js",
"version": "0.2.0",
"description": "Parse Spring Expression Language in JavaScript",
"main": "dist/spel2js.js",
"author": {
"name": "Ben March",
"email": "[email protected]",
"url": "https://github.com/benmarch"
},
"homepage": "https://github.com/benmarch/spel2js",
"bugs": {
"url": "https://github.com/benmarch/spel2js/issues"
},
"licenses": [
{
"type": "Apache v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
".umd",
"gulpfile.js",
"npm-shrinkwrap.json",
"package.json"
],
"dependencies": {

},
"devDependencies": {

"name": "spel2js",
"version": "0.2.1",
"description": "Parse Spring Expression Language in JavaScript",
"main": "dist/spel2js.js",
"author": {
"name": "Ben March",
"email": "[email protected]",
"url": "https://github.com/benmarch"
},
"homepage": "https://github.com/benmarch/spel2js",
"bugs": {
"url": "https://github.com/benmarch/spel2js/issues"
},
"licenses": [
{
"type": "Apache v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
".umd",
"gulpfile.js",
"npm-shrinkwrap.json",
"package.json"
],
"dependencies": {},
"devDependencies": {}
}
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"name": "spel2js",
"version": "0.2.0",
"description": "Parse Spring Expression Language in JavaScript",
"author": {
"name": "Ben March",
"email": "[email protected]",
"url": "https://github.com/benmarch"
},
"homepage": "https://github.com/benmarch/spel2js",
"bugs": {
"url": "https://github.com/benmarch/spel2js/issues"
},
"licenses": [
{
"type": "Apache v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"maintainers": [],
"repository": {
"type": "git",
"url": "git://github.com/benmarch/spel2js.git"
},
"main": "dist/spel2js.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"parse",
"parser",
"spring",
"authorization",
"spel",
"spring expression language",
"expression",
"spring expression"
],
"dependencies": {},
"devDependencies": {
"babelify": "^6.1.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-complexity": "^0.3.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-karma": "^0.11.0",
"grunt-release": "^0.13.0",
"karma-browserify": "^4.2.1",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.2.1"
},
"engines": {
"node": ">=0.10.0"
"name": "spel2js",
"version": "0.2.1",
"description": "Parse Spring Expression Language in JavaScript",
"author": {
"name": "Ben March",
"email": "[email protected]",
"url": "https://github.com/benmarch"
},
"homepage": "https://github.com/benmarch/spel2js",
"bugs": {
"url": "https://github.com/benmarch/spel2js/issues"
},
"licenses": [
{
"type": "Apache v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"maintainers": [],
"repository": {
"type": "git",
"url": "git://github.com/benmarch/spel2js.git"
},
"main": "dist/spel2js.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"parse",
"parser",
"spring",
"authorization",
"spel",
"spring expression language",
"expression",
"spring expression"
],
"dependencies": {},
"devDependencies": {
"babelify": "^6.1.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-complexity": "^0.3.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-karma": "^0.11.0",
"grunt-release": "^0.13.0",
"karma-browserify": "^4.2.1",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.2.1"
},
"engines": {
"node": ">=0.10.0"
}
}

0 comments on commit 2d6d68c

Please sign in to comment.