-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.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
{
"name": "puppet-herald",
"version": "0.2.0",
"description": "Provides a gateway for consuming puppet reports, a REST API and a simple Web app to display reports.",
"main": "lib/puppet-herald/public/app.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"bower": "~1.4.0",
"coveralls": "~2.11.0",
"globby": "~2.0.0",
"jasmine-core": "~2.2.0",
"karma": "~0.12.0",
"karma-coverage": "~0.2",
"karma-jasmine": "~0.3.0",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-phantomjs-launcher": "~0.1",
"karma-story-reporter": "~0.3",
"lcov-result-merger": "~1.0.0",
"phantomjs": "~1.9.0",
"wiredep": "~2.2.2"
},
"scripts": {
"test": "test/javascript/karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wavesoftware/gem-puppet-herald.git"
},
"keywords": [
"puppet",
"reports",
"herald"
],
"author": "Krzysztof Suszynski",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wavesoftware/gem-puppet-herald/issues"
},
"homepage": "https://github.com/wavesoftware/gem-puppet-herald"
}