-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "fenix-ui-filter-utils",
"version": "1.0.0-beta.0",
"description": "FENIX Filter Utils",
"main": "dist/fenix-ui-filter-utils.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/specs.js -w",
"build": "NODE_ENV=production webpack",
"build:develop": "NODE_ENV=develop webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FENIX-Platform/fenix-ui-filter-utils.git"
},
"keywords": [
"FENIX",
"Filter",
"Utils"
],
"author": "Daniele Salvatore <[email protected]> (http://fenix.fao.org/)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/FENIX-Platform/fenix-ui-filter-utils/issues"
},
"homepage": "https://github.com/FENIX-Platform/fenix-ui-filter-utils#readme",
"devDependencies": {
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.10",
"jshint": "^2.9.3",
"jshint-loader": "^0.8.3",
"mocha": "^3.0.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"handlebars": "^4.0.5",
"jquery": "^3.1.0",
"loglevel": "^1.4.1",
"underscore": "^1.8.3"
}
}