forked from erulabs/racksjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 861 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
{
"name": "racksjs",
"description": "a javascript SDK for the Rackspace Cloud",
"author": "Seandon Mooy",
"email": "[email protected]",
"contributors": [
"Matt Ellsworth"
],
"version": "0.2.2",
"main": "./dist/racks.js",
"keywords": [
"rackspace",
"cloud sdk"
],
"dependencies": {
"commander": "^2.2.0"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/erulabs/racksjs",
"repository": {
"type": "git",
"url": "[email protected]:erulabs/racksjs.git"
},
"devDependencies": {
"gulp": "^3.8.0",
"gulp-coffee": "^2.0.1",
"gulp-concat": "^2.2.0",
"gulp-jshint": "^1.6.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.0",
"gulp-util": "^2.2.16",
"jshint-stylish": "^0.2.0",
"mocha": "^1.20.1"
},
"scripts": {
"test": "make test-all"
}
}