-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@skroutz/selectorablium",
"version": "2.1.2",
"description": "A jQuery plugin that enhances <select> elements with localstorage and filtering",
"main": "dist/selectorablium.js",
"scripts": {
"test": "npm install && grunt test",
"build": "npm install && grunt build",
"cleanup": "rm -rf node_modules bower_components .sass-cache compiled dist"
},
"repository": {
"type": "git",
"url": "https://github.com/skroutz/selectorablium.git"
},
"keywords": [
"select",
"jquery",
"jquery-plugin",
"chosen",
"localstorage"
],
"author": "Bill Trikalinos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/skroutz/selectorablium/issues"
},
"homepage": "https://github.com/skroutz/selectorablium",
"dependencies": {
"requirejs": "^2.1.15"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-bump": "0.0.16",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.2",
"grunt-shell": "^1.1.1",
"jquery": "*",
"karma": "^0.13.0",
"karma-cli": "0.0.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-json-fixtures-preprocessor": "^0.0.4",
"karma-mocha": "^0.1.9",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^0.2.2",
"karma-sinon-chai": "^0.2.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.21.5"
}
}