-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
35 lines (35 loc) · 872 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
28
29
30
31
32
33
34
35
{
"name": "bootstrap-menu",
"version": "1.0.14",
"description": "Context menu plugin using Bootstrap's style",
"main": "src/BootstrapMenu.js",
"dependencies": {
"classnames": "^2.1.3",
"jquery-ui": "^1.12.0",
"lodash": "^3.10.0"
},
"devDependencies": {
"node-static": "^0.7.7",
"webpack": "^1.10.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./build.sh",
"serve": "node_modules/.bin/static"
},
"repository": {
"type": "git",
"url": "https://github.com/dgoguerra/bootstrap-menu.git"
},
"keywords": [
"bootstrap",
"context",
"menu"
],
"author": "Diego Guerra <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dgoguerra/bootstrap-menu/issues"
},
"homepage": "https://github.com/dgoguerra/bootstrap-menu"
}