blob: cdda1686c8d264ae57bcce9d031ceeea794f1386 [file] [log] [blame]
Matthew Soulanille376d7972020-06-01 15:50:07 -07001{
2 "name": "pigweed",
3 "version": "0.0.1",
4 "description": "An open source collection of embedded-targeted libraries",
5 "author": "",
6 "license": "Apache-2.0",
7 "devDependencies": {
8 "@bazel/jasmine": "^1.7.0",
9 "@bazel/typescript": "^1.7.0",
10 "@types/jasmine": "^3.5.10",
11 "jasmine": "^3.5.0",
Matthew Soulanille07033982020-06-08 10:00:34 -070012 "rxjs": "^6.5.5",
Matthew Soulanille376d7972020-06-01 15:50:07 -070013 "typescript": "^3.9.3"
14 }
15}