UNPKG

526 BJSONView Raw
1{
2 "author": "Scott González <scott.gonzalez@gmail.com> (http://scottgonzalez.com)",
3 "name": "browserstack",
4 "description": "A client for working with the BrowserStack API.",
5 "version": "1.0.0",
6 "homepage": "https://github.com/scottgonzalez/node-browserstack",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/scottgonzalez/node-browserstack.git"
10 },
11 "engines": {
12 "node": ">=0.4.0"
13 },
14 "dependencies": {},
15 "devDependencies": {
16 "grunt": "0.3.x"
17 },
18 "main": "lib/browserstack.js"
19}