forked from woocommerce/FlexSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 KB
/
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
32
33
34
35
36
37
{
"name": "flexslider",
"version": "2.7.2",
"description": "An awesome, fully responsive jQuery slider toolkit.",
"main": "jquery.flexslider.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:js": "./node_modules/.bin/uglifyjs jquery.flexslider.js --comments --ie8 -o jquery.flexslider-min.js",
"build:css": "./node_modules/.bin/lessc flexslider.less flexslider.css",
"build:demo": "cp jquery.flexslider.js demo/js/jquery.flexslider.js && cp flexslider.css demo/css/flexslider.css",
"build": "npm run build:js && npm run build:css && npm run build:demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woothemes/FlexSlider.git"
},
"keywords": [
"flexslider",
"jquery",
"slider",
"woocommerce",
"automattic"
],
"author": "Automattic <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/woocommerce/FlexSlider/issues"
},
"homepage": "https://github.com/woocommerce/FlexSlider#readme",
"dependencies": {
"jquery": ">=1.11.3"
},
"devDependencies": {
"less": "^2.7.3",
"uglify-js": "^3.1.10"
}
}