-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 899 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 899 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": "prepare-transition",
"version": "0.1.1",
"description": "The prepareTransition plugin sets display and visibility to override any existing display and visibility properties.",
"header": "Jonathan Snook - MIT License - https://github.com/snookca/prepareTransition",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snookca/prepareTransition.git"
},
"keywords": [
"css",
"transition",
"jquery"
],
"author": "jonathan@snook.ca",
"license": "MIT",
"bugs": {
"url": "https://github.com/snookca/prepareTransition/issues"
},
"homepage": "https://github.com/snookca/prepareTransition#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-header": "^1.2.2"
}
}