-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 KB
/
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": "selectoid",
"title": "selectoid",
"description": "Selectoid is a JavaScript select box plugin",
"version": "0.0.5",
"keywords": ["util", "html", "select", "browser"],
"homepage": "https://github.com/gogromat/selectoid",
"author": {
"name": "gogromat",
"email": "gogromat@gmail.com"
},
"bugs": {
"url": "https://github.com/gogromat/selectoid/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:gogromat/selectoid.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-jasmine-runner": "latest",
"grunt-css": "~0.5.4",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-clean": "~0.4.0"
},
"dependencies": {
"jquery": ">= 1.8.3"
},
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gogromat",
"license": "MIT",
"readme": "Selectoid is a responsive JavaScript (+jQuery) select box plugin. The project is at this [link](https://github.com/gogromat/selectoid)."
}