-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 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
{
"name": "pkgcloud-integration-tests",
"description": "Integration tests for pkgcloud",
"version": "0.0.1",
"author": "Ken Perkins <ken.perkins@rackspace.com>",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pkgcloud/pkgcloud-integration-tests.git"
},
"keywords": [
"pkgcloud",
"integration",
"tests"
],
"devDependencies": {
"winston": "0.7.x",
"mocha": "1.17.x",
"underscore": "1.5.x",
"async": "0.2.x",
"pkgcloud": ">=0.8.17",
"commander": "2.1.x",
"easy-table": "0.2.x",
"request": "2.34.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "b576ebe5b838d8c9ee9df8ef3731198b8fa6014c",
"engines": {
"node": "0.8.x || 0.10.x"
},
"dependencies": {
"node-uuid": "~1.4.1",
"random-string": "~0.1.1"
}
}