forked from NeoFusion/hierarchy-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "hierarchy-select",
"version": "0.0.1",
"description": "Hierarchy Select jQuery Plugin for Twitter Bootstrap",
"author": {
"name": "Evgeniy NeoFusion",
"email": "evgeniy@neofusion.ru"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NeoFusion/hierarchy-select.git"
},
"homepage": "https://github.com/NeoFusion/hierarchy-select",
"bugs": {
"url": "https://github.com/NeoFusion/hierarchy-select/issues"
},
"main": "dist/hierarchy-select.min.js",
"files": [
"dist"
],
"keywords": [
"bootstrap",
"form",
"jquery",
"jquery-plugin"
],
"scripts": {
"server": "http-server ./docs",
"server-silent": "http-server ./docs -s -p8081",
"postinstall": "./node_modules/.bin/webdriver-manager update",
"start": "npm run server",
"test": "npm run e2e",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "concurrently --kill-others --success first \"npm run server-silent\" \"protractor\""
},
"peerDependencies": {
"jquery": "1.9.1 - 3"
},
"devDependencies": {
"concurrently": "^3.3.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-sass": "^2.0.0",
"http-server": "^0.9.0",
"jasmine-core": "^2.5.2",
"jasmine-spec-reporter": "^3.2.0",
"phantomjs": "^2.1.7",
"protractor": "^5.1.1"
}
}