-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "example-karma-phantom-callphantom-sendevent",
"version": "0.1.0",
"description": "Example project demonstating the sendEvent function on Phantom through Karma",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rickyp-ms/example-karma-phantom-callPhantom-sendEvent.git"
},
"keywords": [
"javascript",
"phantom",
"karma",
"callphantom",
"sendevent"
],
"author": "Ricky Patel @rickyp-ms",
"license": "MIT",
"bugs": {
"url": "https://github.com/rickyp-ms/example-karma-phantom-callPhantom-sendEvent/issues"
},
"homepage": "https://github.com/rickyp-ms/example-karma-phantom-callPhantom-sendEvent",
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-open": "^1.0.0",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-trx-reporter": "^0.2.9",
"mocha": "^3.4.2",
"phantomjs": "^2.1.7"
}
}