forked from santee/santee-dcts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "santee-dcts",
"version": "0.9.6",
"description": "DataContractSerializer for TypeScript. (any -> Class)",
"main": "index.js",
"scripts": {
"prepublish": "tsd reinstall && tsd link && gulp typescript",
"build": "gulp typescript",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/santee/DataContractSerializer.ts.git"
},
"author": "Alexander Shevnin",
"license": "MIT",
"bugs": {
"url": "https://github.com/santee/DataContractSerializer.ts/issues"
},
"homepage": "https://github.com/santee/DataContractSerializer.ts#readme",
"dependencies": {
"reflect-metadata": "^0.1.2"
},
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"gulp-tslint": "^4.2.2",
"gulp-typescript": "^2.10.0",
"merge2": "^0.3.6",
"mocha": "^2.3.4",
"tsd": "^0.6.5",
"tslint": "^3.2.1",
"typescript": "^1.7.5",
"del": "2.2.2"
},
"typescript": {
"definition": "index.d.ts"
}
}