-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 763 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 763 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
{
"name": "softlayer-node",
"version": "0.0.7",
"description": "Softlayer API Wrapper for node",
"main": "./lib/softlayer.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/pmpkin/softlayer-node.git"
},
"keywords": [
"softlayer",
"api"
],
"author": "Michael Wibmer <michael@pmpkin.com> (http://www.pmpkin.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pmpkin/softlayer-node/issues"
},
"homepage": "https://github.com/pmpkin/softlayer-node",
"dependencies": {
"bluebird": "^2.9.13"
},
"devDependencies": {
"chai": "^2.1.1",
"gulp": "^3.8.11",
"gulp-jshint": "^1.9.2",
"gulp-mocha": "^2.0.0",
"mocha": "^2.2.1"
}
}