-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 850 Bytes
/
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
{
"name": "lenticular-ts",
"version": "7.0.0",
"description": "(Yet another) implementation of functional lenses in JavaScript/TypeScript.",
"main": "./index.js",
"typescript": {
"main": "./index.ts",
"definition": "./index.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/tomasdeml/lenticular.ts"
},
"keywords": [
"lens",
"lenses",
"typescript"
],
"author": {
"name": "Tomas Deml",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/jasmine": "^2.8.16",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.2",
"gulp-jasmine": "^2.2.1",
"gulp-rename": "^1.4.0",
"gulp-typescript": "^3.2.4",
"jasmine": "^2.99.0",
"jasmine-core": "^2.99.1",
"merge2": "^1.3.0",
"typescript": "^3.6.4"
}
}