-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.13 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "service-model",
"description": "An object oriented web service framework inspired by Windows Communication Foundation.",
"version": "0.4.0",
"author": {
"name": "Artifact Health, LLC",
"url": "http://www.artifacthealth.com"
},
"repository": {
"type": "git",
"url": "https://github.com/artifacthealth/service-model.git"
},
"licenses": [
{
"type": "Apache-2.0"
}
],
"main": "index.js",
"scripts": {
"test": "gulp"
},
"typescript": {
"definition": "index.d.ts"
},
"dependencies": {
"reflect-helper": "^1.1.1",
"semver": "^4.3.1"
},
"devDependencies": {
"baseline": "^0.3.0",
"chai": "^1.9.2",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.10.0",
"merge2": "^1.0.0",
"mocha": "^2.0.1",
"run-sequence": "^1.1.5",
"source-map-support": "^0.4.0",
"typedoc-plantuml": "^1.3.0"
},
"keywords": [
"service",
"wcf",
"rest",
"rpc",
"decorators",
"typescript"
]
}