This repository was archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "pf-dropdown",
"keywords": [
"select",
"ui",
"form",
"input",
"control",
"autocomplete"
],
"version": "0.0.57b",
"main": "distr/js/pf-dropdown.js",
"description": "PF Dropdown is a jQuery-based custom <select> UI control.",
"author": "Konstantin Kutsevalov <konstantin@kutsevalov.name>",
"license": "MIT",
"homepage": "https://github.com/active-programming/pf-dropdown#readme",
"repository": {
"type": "git",
"url": "git://github.com/active-programming/pf-dropdown.git"
},
"dependencies": {},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^7.1.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"jquery": "^2.0.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.7.1",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.7.1",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0"
},
"scripts": {
"build": "webpack",
"testpage": "webpack; webpack --env.mode=testpage"
},
"engines": {
"node": "*"
}
}