-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
{
"name": "linqscript",
"version": "1.4.3",
"description": " C# alike List in Javascript. Simple lightweight lambda syntax library for Typescript, extending Array. Works with Angular",
"main": "dist/list.min.js",
"scripts": {
"test": "mocha -r ts-node/register tests/**/tests.ts",
"build": "gulp default && gulp compress"
},
"repository": {
"type": "git",
"url": "https://github.com/sevensc/linqscript.git"
},
"keywords": [
"linqscript",
"linq",
"linqjs",
"lambda",
"list",
"typescript",
"array",
"angular"
],
"author": "Sven Ulrich <mail@sven-ulrich.net> (sven-ulrich.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sevensc/linqscript/issues"
},
"homepage": "https://github.com/sevensc/linqscript#readme",
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/mocha": "^2.2.41",
"chai": "^4.1.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^3.2.1",
"gulp-uglify": "^3.0.0",
"mocha": "^4.0.1",
"pump": "^2.0.1",
"ts-node": "^3.2.0",
"typescript": "^2.6.1"
},
"directories": {
"test": "tests"
}
}