-
Notifications
You must be signed in to change notification settings - Fork 235
/
package.json
57 lines (57 loc) · 2.13 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
{
"version": "1.6.26",
"name": "banana-fusion",
"description": "Banana for Solr - A Port of Kibana",
"repository": "https://github.com/LucidWorks/banana",
"homepage": "https://github.com/LucidWorks/banana/wiki",
"license": "Apache-2.0",
"author": {
"name": "Andrew Thanalertvisuti",
"company": "Lucidworks, Inc."
},
"devDependencies": {
"bower": "^1.3.1",
"grunt": "^0.4.5",
"grunt-angular-templates": "~0.3.12",
"grunt-contrib": "^0.10.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-git-describe": "~2.3.2",
"grunt-ng-annotate": "0.3.0",
"grunt-ngmin": "0.0.3",
"grunt-s3": "~0.2.0-alpha.2",
"grunt-string-replace": "~0.2.4",
"http-server": "^0.11.1",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-requirejs": "^0.2.6",
"protractor": "^5.4.1",
"requirejs": "^2.1.14",
"rjs-build-analysis": "0.0.3",
"shelljs": "^0.2.6",
"tmp": "0.0.23"
},
"scripts": {
"prestart": "npm install",
"start": "http-server -a 0.0.0.0 -p 8000",
"pretest": "npm install",
"test": "node node_modules/karma/bin/karma start test/karma.conf.js",
"test-single-run": "node node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"start-webdriver": "webdriver-manager start",
"protractor": "protractor test/protractor-conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
},
"dependencies": {}
}