-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 805 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 805 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
31
{
"name": "jquery-isolate-plugin",
"version": "2.0.0",
"description": "jQuery plugin providing faceted isolation or filtering with a flexible grid.",
"repository": {
"type": "git",
"url": "https://github.com/offthehandle/jQuery-Isolate.git"
},
"scripts": {
"compile": "tsc",
"test": "karma start"
},
"author": "Adam De Lucia",
"license": "MIT",
"dependencies": {
"jquery": "~>3.2.0"
},
"devDependencies": {
"@types/jasmine": "~2.6.0",
"@types/jquery": "~>3.2.0",
"jasmine-core": "~2.8.0",
"karma": "~1.7.1",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-phantomjs-shim": "~1.5.0",
"karma-typescript": "~3.0.7",
"typescript": "~2.5.3",
"uglify-js": "~3.1.4"
}
}