-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 967 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
36
37
38
39
40
41
42
{
"name": "jquery.aircomplete",
"version": "0.1.0",
"description": "A simple-ish autocomplete jquery plugin.",
"keywords": [
"jquery-plugin",
"jquery",
"autocomplete",
"aircomplete",
"plugins"
],
"repository": {
"type": "git",
"url": "https://github.com/airtightdesign/aircomplete.git"
},
"bugs": {
"url": "https://github.com/airtightdesign/aircomplete/issues"
},
"author": {
"name": "Airtight Design",
"email": "[email protected]",
"url": "https://github.com/airtightdesign"
},
"homepage": "http://jqueryboilerplate.com",
"contributors": [
{
"name": "Josh Brown",
"email": "[email protected]",
"url": "https://github.com/wjbrown"
}
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.5.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-jscs": "^2.8.0"
}
}