forked from benmarch/spel2js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 782 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "spel2js",
"version": "0.2.7",
"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",
".babelrc",
"gulpfile.js",
"npm-shrinkwrap.json",
"package.json"
],
"dependencies": {},
"devDependencies": {}
}