forked from rapid7/r7insight_js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "r7insight_js",
"version": "1.0.0",
"description": "Javascript library for Rapid7 Insight",
"main": "product/r7insight.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start karma.conf-ci.js",
"build": "gulp build",
"localtest": "karma start; jshint src/ test/r7insightSpec.js"
},
"repository": {
"type": "git",
"url": "git://github.com/rapid7/r7insight_js.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rapid7/r7insight_js/issues"
},
"homepage": "https://rapid7.com",
"devDependencies": {
"google-closure-compiler": "20161024.3.0",
"gulp": "3.9.1",
"gulp-concat": "2.3.5",
"gulp-rename": "1.2.2",
"gulp-replace": "0.2.0",
"jshint": "2.5.11",
"karma": "1.3.0",
"karma-cli": "1.0.1",
"karma-jasmine": "0.1.6",
"karma-phantomjs-launcher": "1.0.4",
"karma-sinon": "1.0.5",
"sinon": "1.12.2"
},
"engines": {
"node": ">=0.10"
},
"jshintConfig": {
"undef": true,
"es3": true
},
"dependencies": {}
}