forked from joshfraser/JavaScript-Name-Parser
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 762 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 762 Bytes
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
{
"name": "js-name-parser",
"version": "1.0.1",
"description": "JavaScript library to split names into their respective components (first, last, etc)",
"authors": [
"Josh Fraser (http://joshfraser.com)",
"Mark Pemburn (http://pemburnia.com)",
"Robert Munn <robert.d.munn@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/robertdmunn/js-name-parser.git"
},
"keywords": ["javascript", "name", "parser", "jquery"]
,
"main": "./dist/js-name-parser.js",
"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"
}
}