forked from Mobius1/Selectable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 836 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
{
"name": "selectable.js",
"version": "0.17.8",
"description": "UI Selectable plugin without the bloat of jQuery and jQuery UI.",
"main": "selectable.min.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --reporters=progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mobius1/Selectable.git"
},
"keywords": [
"selectable",
"select",
"drag"
],
"author": "Karl Saunders",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mobius1/Selectable/issues"
},
"homepage": "https://github.com/Mobius1/Selectable#readme",
"devDependencies": {
"jasmine": "^3.0.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1"
}
}