-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "popup-multiselect",
"description": "Popup Multi Select Widget based on Bootstrap.",
"version": "3.2.0",
"version_short": "3.0",
"private": false,
"homepage": "https://github.com/harshniketseta/popupMultiSelect",
"author": {
"name": "Harshniket Seta",
"email": "harshniketseta@gmail.com"
},
"style": "dist/stylesheets/popup-multiselect.css",
"sass": "src/stylesheets/popup-multiselect.scss",
"browser": "dist/javascripts/popup-multiselect.js",
"repository": {
"type": "git",
"url": "git+https://github.com/harshniketseta/popup-multiselect"
},
"bugs": {
"url": "https://github.com/harshniketseta/popup-multiselect/issues"
},
"keywords": [
"bootstrap",
"bootstrap4",
"select",
"multi",
"popup",
"modal"
],
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"dependencies": {},
"peerDependencies": {
"bootstrap": ">=3.4.1",
"jquery": ">=3.4.0"
},
"engines": {
"node": ">=8"
},
"files": [
"dist/{stylesheets,javascripts}/*.{css,js,map}",
"{src,dist}/**/*.{js,map}",
"{src,dist}/stylesheets/**/*.scss"
]
}