-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 977 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
{
"name": "jautochecklist",
"version": "1.4.1",
"description": "Create an user-friendly select list with autocomplete",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"jquery": "*"
},
"dependencies": {},
"scripts": {
"verify": "grunt verify",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyingangel/jAutochecklist.git"
},
"keywords": [
"jautochecklist",
"select",
"list",
"multilist",
"autocomplete",
"jquery-plugin"
],
"author": "Thanh Trung NGUYEN <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flyingangel/jAutochecklist/issues"
},
"homepage": "https://github.com/flyingangel/jAutochecklist"
}