-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 844 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
{
"name": "jquery.showandtell.js",
"version": "2.1.0",
"description": "Trigger an event when an element is being dynamically hidden or shown.",
"main": "jquery.showandtell.js",
"directories": {
"test": "test"
},
"dependencies": {
"jquery": "^1.12.4",
"jsdom": "^11.6.2",
"qunit-cli": "^0.2.0",
"qunit": "^2.5.0"
},
"devDependencies": {
"uglify-js": "^3.3.11"
},
"scripts": {
"build": "uglifyjs --compress --mangle --output build.js -- jquery.showandtell.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypesystem/showandtell.js.git"
},
"author": "Niels Abildgaard <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypesystem/showandtell.js/issues"
},
"homepage": "https://github.com/hypesystem/showandtell.js#readme"
}