-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 973 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
45
46
47
48
49
{
"name": "cuke-api",
"version": "0.0.1",
"description": "cucumber rest dsl",
"main": "./lib/cuke-api.js",
"repository": {
"type": "git",
"url": "https://github.com/limadelic/cuke-api.git"
},
"keywords": [
"cucumber",
"cuke",
"rest",
"api",
"test",
"dsl"
],
"author": {
"name": "limadelic",
"email": "[email protected]"
},
"contributors": [
{
"name": "Isel Fernandez",
"email": "[email protected]"
},
{
"name": "Mike Suarez",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"async": "^1.4.0",
"lodash": "^3.9.3",
"should": "^7.0.1",
"superagent": "^1.2.0"
},
"devDependencies": {
"cucumber": "latest",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.2.0",
"mocha": "latest",
"sinon": "latest"
}
}