forked from yuku/textcomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 727 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 727 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
26
27
{
"author": "Yuku Takahashi <taka84u9@gmail.com>",
"name": "jquery-textcomplete",
"version": "0.3.9",
"homepage": "http://yuku-t.com/jquery-textcomplete",
"repository": {
"type": "git",
"url": "git://github.com/yuku-t/jquery-textcomplete.git"
},
"bugs": {
"url": "https://github.com/yuku-t/jquery-textcompelte/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yuku-t/jquery-textcompelte/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-write-bower-json": "~0.0.1"
}
}