-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 824 Bytes
/
package.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
{
"name": "hypher-for-jquery",
"version": "1.0.3",
"description": "A fast and small JavaScript hyphenation engine for jQuery",
"main": "dist/jquery.hypher.js",
"author": [
{
"name": "Bram Stein (@bramstein)",
"url": "http://www.bramstein.com/"
},
{
"name": "Marc Wieland (@marcwieland95)",
"url": "http://marcwieland.name/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/marcwieland95/hypher-for-jQuery.git"
},
"keywords": [
"hyphenation",
"hypher",
"hypher.js",
"zepto",
"jquery"
],
"devDependencies": {
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.2.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0"
}
}