|
1 | 1 | {
|
2 |
| - "name": "spel2js", |
3 |
| - "version": "0.2.0", |
4 |
| - "description": "Parse Spring Expression Language in JavaScript", |
5 |
| - "author": { |
6 |
| - "name": "Ben March", |
7 |
| - "email": "bmarch89@gmail.com", |
8 |
| - "url": "https://github.com/benmarch" |
9 |
| - }, |
10 |
| - "homepage": "https://github.com/benmarch/spel2js", |
11 |
| - "bugs": { |
12 |
| - "url": "https://github.com/benmarch/spel2js/issues" |
13 |
| - }, |
14 |
| - "licenses": [ |
15 |
| - { |
16 |
| - "type": "Apache v2.0", |
17 |
| - "url": "http://www.apache.org/licenses/LICENSE-2.0" |
18 |
| - } |
19 |
| - ], |
20 |
| - "maintainers": [], |
21 |
| - "repository": { |
22 |
| - "type": "git", |
23 |
| - "url": "git://github.com/benmarch/spel2js.git" |
24 |
| - }, |
25 |
| - "main": "dist/spel2js.js", |
26 |
| - "scripts": { |
27 |
| - "test": "grunt" |
28 |
| - }, |
29 |
| - "keywords": [ |
30 |
| - "parse", |
31 |
| - "parser", |
32 |
| - "spring", |
33 |
| - "authorization", |
34 |
| - "spel", |
35 |
| - "spring expression language", |
36 |
| - "expression", |
37 |
| - "spring expression" |
38 |
| - ], |
39 |
| - "dependencies": {}, |
40 |
| - "devDependencies": { |
41 |
| - "babelify": "^6.1.2", |
42 |
| - "grunt": "^0.4.5", |
43 |
| - "grunt-browserify": "^3.8.0", |
44 |
| - "grunt-complexity": "^0.3.0", |
45 |
| - "grunt-contrib-concat": "^0.5.1", |
46 |
| - "grunt-contrib-jshint": "^0.11.2", |
47 |
| - "grunt-contrib-uglify": "^0.9.1", |
48 |
| - "grunt-karma": "^0.11.0", |
49 |
| - "grunt-release": "^0.13.0", |
50 |
| - "karma-browserify": "^4.2.1", |
51 |
| - "karma-coverage": "^0.4.2", |
52 |
| - "karma-jasmine": "^0.3.5", |
53 |
| - "karma-phantomjs-launcher": "^0.2.0", |
54 |
| - "load-grunt-tasks": "^3.2.0", |
55 |
| - "time-grunt": "^1.2.1" |
56 |
| - }, |
57 |
| - "engines": { |
58 |
| - "node": ">=0.10.0" |
| 2 | + "name": "spel2js", |
| 3 | + "version": "0.2.1", |
| 4 | + "description": "Parse Spring Expression Language in JavaScript", |
| 5 | + "author": { |
| 6 | + "name": "Ben March", |
| 7 | + "email": "bmarch89@gmail.com", |
| 8 | + "url": "https://github.com/benmarch" |
| 9 | + }, |
| 10 | + "homepage": "https://github.com/benmarch/spel2js", |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/benmarch/spel2js/issues" |
| 13 | + }, |
| 14 | + "licenses": [ |
| 15 | + { |
| 16 | + "type": "Apache v2.0", |
| 17 | + "url": "http://www.apache.org/licenses/LICENSE-2.0" |
59 | 18 | }
|
| 19 | + ], |
| 20 | + "maintainers": [], |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "git://github.com/benmarch/spel2js.git" |
| 24 | + }, |
| 25 | + "main": "dist/spel2js.js", |
| 26 | + "scripts": { |
| 27 | + "test": "grunt" |
| 28 | + }, |
| 29 | + "keywords": [ |
| 30 | + "parse", |
| 31 | + "parser", |
| 32 | + "spring", |
| 33 | + "authorization", |
| 34 | + "spel", |
| 35 | + "spring expression language", |
| 36 | + "expression", |
| 37 | + "spring expression" |
| 38 | + ], |
| 39 | + "dependencies": {}, |
| 40 | + "devDependencies": { |
| 41 | + "babelify": "^6.1.2", |
| 42 | + "grunt": "^0.4.5", |
| 43 | + "grunt-browserify": "^3.8.0", |
| 44 | + "grunt-complexity": "^0.3.0", |
| 45 | + "grunt-contrib-concat": "^0.5.1", |
| 46 | + "grunt-contrib-jshint": "^0.11.2", |
| 47 | + "grunt-contrib-uglify": "^0.9.1", |
| 48 | + "grunt-karma": "^0.11.0", |
| 49 | + "grunt-release": "^0.13.0", |
| 50 | + "karma-browserify": "^4.2.1", |
| 51 | + "karma-coverage": "^0.4.2", |
| 52 | + "karma-jasmine": "^0.3.5", |
| 53 | + "karma-phantomjs-launcher": "^0.2.0", |
| 54 | + "load-grunt-tasks": "^3.2.0", |
| 55 | + "time-grunt": "^1.2.1" |
| 56 | + }, |
| 57 | + "engines": { |
| 58 | + "node": ">=0.10.0" |
| 59 | + } |
60 | 60 | }
|
0 commit comments