forked from jaxgeller/splitfix.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 781 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 781 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
{
"name": "splitfix.js",
"version": "1.0.5",
"description": "Implements a split view fixed effect.",
"main": "dist.js",
"scripts": {
"dev": "watchify -s SplitFix -t babelify splitfix.js -o dist.js",
"release": "browserify -t babelify -t uglifyify -s SplitFix -o dist.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaxgeller/splitfix.js.git"
},
"author": "Jackson Geller <jacksongeller@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaxgeller/splitfix.js/issues"
},
"homepage": "https://github.com/jaxgeller/splitfix.js#readme",
"devDependencies": {
"splitfix.js": "*",
"babelify": "^6.4.0",
"browserify": "^12.0.0",
"uglifyify": "^3.0.1",
"watchify": "^3.5.0"
}
}