-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.4 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
{
"name": "fenix-ui-filter",
"version": "2.0.0",
"description": "FENIX Filter",
"main": "src/js/start.js",
"scripts": {
"test": "NODE_ENV=test webpack & COVERAGE=true karma start ./karma.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FENIX-Platform/fenix-ui-filter.git"
},
"author": "FENIX team (http://fenix.fao.org/)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/FENIX-Platform/fenix-ui-filter/issues"
},
"homepage": "https://github.com/FENIX-Platform/fenix-ui-filter#readme",
"dependencies": {
"amplify": "0.0.11",
"bootstrap": "3.3.6",
"handlebars": "4.0.5",
"ion-rangeslider": "2.1.4",
"jquery": "3.1.0",
"jstree": "3.3.1",
"loglevel": "1.4.1",
"moment": "2.14.1",
"selectize": "0.12.2",
"sortablejs": "1.4.2",
"underscore": "1.8.3"
},
"directories": {
"test": "test"
},
"keywords": [
"filter",
"fenix"
],
"devDependencies": {
"chai": "3.5.0",
"clean-webpack-plugin": "0.1.10",
"extract-text-webpack-plugin": "1.0.1",
"html-webpack-plugin": "2.22.0",
"karma": "1.2.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.1.1",
"karma-webpack": "1.8.0",
"mocha": "3.0.2",
"webpack": "1.13.2",
"webpack-dev-server": "1.14.1"
}
}