-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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": "erik",
"version": "3.1.0",
"description": "Start running your client `Jasmine` tests headlessly with Headless Chrome and `gulp` today.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixmaxhq/erik.git"
},
"keywords": [
"mixmax",
"gulp",
"karma",
"jasmine",
"phantomjs",
"of",
"the",
"opera",
"headless",
"chrome"
],
"author": "Spencer Brown <spencer@mixmax.com> (https://mixmax.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixmaxhq/erik/issues"
},
"homepage": "https://github.com/mixmaxhq/erik#readme",
"dependencies": {
"del": "^2.2.2",
"gulp-concat": "^2.6.1",
"gulp-remote-src": "^0.4.2",
"jasmine-core": "^2.5.2",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.2",
"run-sequence": "^1.2.2",
"streamqueue": "^1.1.1"
}
}