-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 887 Bytes
/
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
{
"name": "se-runner-framework-jasmine",
"version": "1.1.1",
"description": "Jasmine Adaptor For Selenium Test Runner",
"main": "index.js",
"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hyddan/se-runner-framework-jasmine.git"
},
"keywords": [
"Jasmine",
"Adaptor",
"Selenium",
"Test",
"Runner"
],
"author": "Daniel Hedenius",
"license": "WTFPL-2.0",
"bugs": {
"url": "https://github.com/Hyddan/se-runner-framework-jasmine/issues"
},
"homepage": "https://github.com/Hyddan/se-runner-framework-jasmine#readme",
"dependencies": {
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"se-runner": "^1.2.3"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-preset-es2015": "^6.6.0"
}
}