forked from hypery2k/grunt-galenframework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 921 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
37
38
39
40
41
42
43
44
{
"name": "grunt-galenframework",
"version": "2.2.5",
"description": "Grunt plugin for Galen Framework",
"files": [
"tasks",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/hypery2k/grunt-galenframework"
},
"keywords": [
"grunt",
"galen",
"galenframework",
"responsive",
"test",
"testing",
"webdriver",
"selenium",
"TDD",
"BDD"
],
"engines": {
"node": ">=0.10.0"
},
"author": {
"name": "Martin Reinhardt"
},
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"download": "^4.1.2",
"galenframework": "2.2.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13"
},
"scripts": {
"test": "cd test && npm install && npm install ../ && grunt --debug && cd ../example && cd dynamic-input-test && npm install && npm install ../../ --save-dev && grunt --debug "
}
}