diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-01-27 10:26:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-27 10:26:54 +0100 |
| commit | 50fcb0634c9ebe894988103184d50d372bc76907 (patch) | |
| tree | 5af172c03599f7c680cd32205eab5329b841c85c /package.json | |
| parent | 3ad08353d289720cf8f43e1dba078da43c35e97d (diff) | |
| parent | b462c9183ec7c2e41f14daad49f03d8afaa4ec59 (diff) | |
Merge pull request #4 from tudelft-atlarge/states-batch-fetch
Fetch experiment states in one batch
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index f0ab12b6..c4f24dd3 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "open-dc", + "name": "opendc", "version": "0.0.1", "description": "Datacenter simulator", - "license": "UNLICENSED", + "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/leonoverweel/open-dc.git" + "url": "https://github.com/tudelft-atlarge/opendc" }, "dependencies": { "bower": "^1.7.9", @@ -34,6 +34,7 @@ "typescript": "^2.1.4", "typings": "^1.3.2", "vinyl-source-stream": "^1.1.0", + "watchify": "^3.9.0", "yargs": "^6.6.0" }, "devDependencies": { |
