This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.6 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
54
55
56
57
58
59
60
61
62
{
"name": "mlcl_decorators",
"version": "0.0.1",
"description": "Molecuel decorators",
"main": "dist/index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/molecuel/mlcl_decorators.git"
},
"keywords": [],
"author": "Dominic Böttger <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/molecuel/mlcl_decorators/issues"
},
"typings": "dist/index.d.ts",
"homepage": "https://github.com/molecuel/mlcl_decorators#readme",
"devDependencies": {
"@types/gulp": "^3.8.32",
"@types/gulp-plumber": "^0.0.29",
"@types/gulp-tslint": "^3.6.30",
"@types/gulp-typescript": "^0.0.32",
"@types/lodash": "^4.14.42",
"@types/merge2": "^0.3.29",
"@types/mocha": "^2.2.33",
"@types/should": "^8.1.30",
"@types/when": "^2.4.28",
"assert": ">=0.0.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tsconfig-files": "^0.2.5",
"gulp-tslint": "^4.3.2",
"gulp-typedoc": "^2.0.1",
"gulp-typescript": "^3.1.3",
"gulp-util": "^3.0.7",
"gulpclass": "0.0.8",
"merge2": "^1.0.1",
"mocha": "*",
"should": ">= 0.0.1",
"tslint": "^3.5.0",
"tslint-stylish": "^2.1.0-beta",
"typedoc": "^0.5.1",
"typescript": "^2.0.0"
},
"dependencies": {
"lodash": "^4.13.1",
"reflect-metadata": "^0.1.3"
},
"devconfig": {
"paths": {
"testsource": "test/**/*.ts",
"source": "src/**/*.ts",
"dist": "dist/"
}
}
}