-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.19 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
{
"name": "linq4js",
"version": "2.2.3",
"description": "Linq methods for JavaScript/TypeScript to work with Arrays",
"main": "dist/linq4js.js",
"typings": "dist/linq4js.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/morrisjdev/Linq4JS"
},
"keywords": [
"Linq",
".NET",
"TypeScript",
"JavaScript",
"Array",
"Sorting"
],
"author": {
"name": "Morris Janatzek"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/morrisjdev/Linq4JS/issues"
},
"homepage": "https://github.com/morrisjdev/Linq4JS",
"devDependencies": {
"@types/jasmine": "^2.5.43",
"@types/qunit": "^2.0.31",
"browser-sync": "^2.18.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^3.0.1",
"gulp-jasmine": "^2.4.2",
"gulp-jasmine-browser": "^1.7.1",
"gulp-minify": "0.0.14",
"gulp-sourcemaps": "^2.4.1",
"gulp-tslint": "^7.1.0",
"gulp-typedoc": "^2.0.2",
"gulp-typescript": "^3.1.4",
"gulp-watch": "^4.3.11",
"merge2": "^1.0.3",
"tslint": "^4.4.2",
"typedoc": "^0.6.0",
"typescript": "^2.1.5"
},
"files": [
"dist",
"README.md"
]
}