-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1020 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1020 Bytes
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
{
"name": "heartbeat.js",
"version": "0.2.4",
"description": "Console and error minitoring library",
"main": "dist/hearbeat.js",
"scripts": {
"test": "node ./node_modules/karma/bin/karma start karma.conf.js"
},
"author": "Oleksii Segeda",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autopolyfiller": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-order": "^1.1.1",
"gulp-uglify": "^1.2.0",
"gulp-wrap": "^0.11.0",
"istanbul-coveralls": "^1.0.3",
"jasmine-core": "^2.3.4",
"karma": "^0.13.8",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.0",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.14",
"opn": "^3.0.2"
},
"keywords": ["console", "monitoring", "tools"],
"repository": {
"type": "git",
"url": "git://github.com/SoundBot/heartbeat.js.git"
}
}