-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "le_js",
"version": "0.0.3",
"description": "Javascript library for Logentries.com",
"main": "product/le.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start karma.conf-ci.js",
"build": "gulp build",
"localtest": "karma start; jshint src/ test/leSpec.js"
},
"repository": {
"type": "git",
"url": "git://github.com/logentries/le_js.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/logentries/le_js/issues"
},
"homepage": "https://logentries.com",
"devDependencies": {
"google-closure-compiler": "^20161024.2.0",
"gulp": "^3.6.2",
"gulp-concat": "^2.2.0",
"gulp-karma": "^0.0.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.2.0",
"jshint": "^2.5.10",
"karma": "^0.12.16",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"karma-sinon": "^1.0.4",
"sinon": "^1.12.1"
},
"engines": {
"node": "~0.10"
},
"jshintConfig": {
"undef": true,
"es3": true
}
}