forked from groenroos/minimalect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 747 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
28
29
30
{
"name": "minimalect",
"version": "0.8.0",
"description": "Minimal select replacement for jQuery",
"main": "jquery.minimalect.js",
"repository": {
"type": "git",
"url": "git://github.com/groenroos/minimalect.git"
},
"keywords": [
"jquery",
"minimalect"
],
"author": "Oskari Groenroos",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/groenroos/minimalect/issues"
},
"devDependencies": {
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-sass": "~0.3.0",
"grunt-banner": "~0.1.4"
}
}