-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 873 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 873 Bytes
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
{
"name": "rainbowdriver-server",
"version": "0.0.8",
"description": "Component of the rainbowdriver suite.",
"main": "server.js",
"dependencies": {
"restify": "~1.4.4",
"sockjs": "~0.3.5",
"colorize": "~0.1.0"
},
"devDependencies": {
"sinon": "~1.5.2",
"mocha": "~1.7.3"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --reporter spec",
"start": "node server.js"
},
"keywords": [
"selenium",
"acceptance",
"driver",
"jsonwire",
"testing",
"automation"
],
"author": "Iraê <irae@irae.pro.br> (http://about.me/irae)",
"contributors": [
"Alexandre Gaigalas <alexandre@gaigalas.net> (http://about.me/alganet)",
"Felipe Knorr Kuhn <contact@knorrium.info> (http://knorrium.info)",
"Julio Nobrega <inerte@gmail.com> (http://inerciasensorial.com.br)"
],
"license": "BSD"
}