forked from patosai/tree-multiselect.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
53
54
55
56
57
58
59
{
"name": "tree-multiselect",
"version": "2.6.1",
"description": "jQuery multiple select with nested options",
"browser": "dist/jquery.tree-multiselect.min.js",
"keywords": [
"tree",
"multiselect",
"select",
"jquery",
"options",
"checkbox"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patosai/tree-multiselect.git"
},
"author": "Patrick Tsai",
"license": "MIT",
"bugs": {
"url": "https://github.com/patosai/tree-multiselect/issues"
},
"homepage": "https://github.com/patosai/tree-multiselect#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^16.2.3",
"browserify-istanbul": "^3.0.1",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"eslint": "^4.9.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "^1.0.4",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^5.2.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-coveralls": "^2.0.0",
"grunt-eslint": "^20.2.0",
"grunt-karma": "^3.0.1",
"grunt-sass": "^3.0.2",
"karma": "^4.1.0",
"karma-browserify": "^5.3.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^5.2.0",
"phantomjs-prebuilt": "^2.1.15"
}
}