-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
27 lines (27 loc) · 875 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
{
"name": "sectionizr",
"version": "1.0.0",
"description": "jQuery plugin for presenting UI in sections, one section at a time, each section being full width and full height, arranged horizontally or vertically.",
"main": "src/sectionizr.js",
"scripts": {
"uglify": "uglifyjs src/sectionizr.js --mangle -o dist/sectionizr.min.js",
"scss": "sass --watch --style=compressed --sourcemap=none src:dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/De-paule/sectionizr.git"
},
"keywords": [
"jquery-plugin",
"sectionizr",
"devcrib",
"planet-nest"
],
"author": "Banjo Mofesola Paul ([email protected])",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/De-paule/sectionizr/issues"
},
"homepage": "https://github.com/De-paule/sectionizr#readme",
"dependencies": {}
}