-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 967 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
36
37
{
"name": "gluu-webui",
"version": "1.0.0",
"description": "The Web UI for the Gluu Cluster REST API",
"main": "run.py",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"jasmine-core": "^2.3.4",
"karma": "^0.12.37",
"karma-coverage": "^0.4.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6"
},
"scripts": {
"start": "python run.py",
"test": "./node_modules/karma/bin/karma start tests/karma.conf.js --log-level debug --single-run",
"karma": "./node_modules/karma/bin/karma start tests/karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/GluuFederation/gluu-webui.git"
},
"keywords": [
"flask",
"angularjs",
"gluu"
],
"author": "Gluu Federation",
"license": "MIT",
"bugs": {
"url": "https://github.com/GluuFederation/gluu-webui/issues"
},
"homepage": "https://github.com/GluuFederation/gluu-webui"
}