-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 867 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 867 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
35
36
37
38
39
40
41
{
"name": "harp-runtime",
"version": "0.1.0",
"devDependencies": {
},
"readmeFilename": "README.md",
"description": "Cloud orchestration platform",
"main": "Gruntfile.js",
"bugs": "https://github.com/TranscendComputing/harp-runtime/issues",
"directories": {
"js": "public/js"
},
"dependencies": {
},
"scripts": {
"test": "rake spec"
},
"repository": {
"type": "git",
"url": "https://github.com/TranscendComputing/harp-runtime.git"
},
"keywords": [
"cloud",
"managment",
"ec2",
"openstack",
"aws"
],
"author": "Transcend Computing",
"license": "Apache2",
"jam": {
"packageDir": "public/vendor",
"baseUrl": "public/js",
"dependencies": {
"jquery": "2.0.0",
"backbone.babysitter": null,
"backbone-relational-shim": null,
"backbone.epoxy": null
}
}
}