Nikolay | abd0df7 | 2018-01-24 22:46:16 +0700 | [diff] [blame^] | 1 | { |
2 | "name": "apache-thrift", | ||||
3 | "description": "Apache Thrift D library", | ||||
4 | "authors": [ | ||||
5 | "Apache Thrift Developers <dev@thrift.apache.org>" | ||||
6 | ], | ||||
7 | "homepage": "http://thrift.apache.org", | ||||
8 | "license": "Apache-2.0", | ||||
9 | "dependencies": { | ||||
10 | "libevent": { | ||||
11 | "version": "*" | ||||
12 | }, | ||||
13 | "openssl": { | ||||
14 | "version": "*" | ||||
15 | } | ||||
16 | }, | ||||
17 | "targetType": "library", | ||||
18 | "sourcePaths": [ | ||||
19 | "lib/d/src" | ||||
20 | ], | ||||
21 | "importPaths": [ | ||||
22 | "lib/d/src" | ||||
23 | ], | ||||
24 | "excludedSourceFiles": [ | ||||
25 | "src/thrift/index.d" | ||||
26 | ] | ||||
27 | } |