forked from joshfraser/JavaScript-Name-Parser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
36 lines (36 loc) · 971 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": "js-name-parser",
"version": "1.0.1",
"homepage": "https://github.com/robertdmunn/js-name-parser",
"authors": [
"Josh Fraser (http://joshfraser.com)",
"Mark Pemburn (http://pemburnia.com)",
"Robert Munn <[email protected]>"
],
"description": "JavaScript library to split names into their respective components (first, last, etc). Fork of Jsoh Fraser's Javascript-Name-Parser with jQuery plugin and Grunt build added.",
"main": "dist/js-name-parser.js",
"keywords": [
"Javascript",
"Jquery",
"name",
"parser"
],
"devDependencies": {
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-qunit": "0.5.2",
"grunt-contrib-watch": "0.6.0",
"load-grunt-config" : "0.13.1"
},
"license": "ASL 2.0",
"ignore": [
"**/.*",
"grunt",
"bower_components",
"node_modules",
"Gruntfile.js",
"test",
"tests"
]
}