source: imaps-frontend/node_modules/type-check/package.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 847 bytes
Line 
1{
2 "name": "type-check",
3 "version": "0.4.0",
4 "author": "George Zahariev <z@georgezahariev.com>",
5 "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
6 "homepage": "https://github.com/gkz/type-check",
7 "keywords": [
8 "type",
9 "check",
10 "checking",
11 "library"
12 ],
13 "files": [
14 "lib",
15 "README.md",
16 "LICENSE"
17 ],
18 "main": "./lib/",
19 "bugs": "https://github.com/gkz/type-check/issues",
20 "license": "MIT",
21 "engines": {
22 "node": ">= 0.8.0"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git://github.com/gkz/type-check.git"
27 },
28 "scripts": {
29 "test": "make test"
30 },
31 "dependencies": {
32 "prelude-ls": "^1.2.1"
33 },
34 "devDependencies": {
35 "livescript": "^1.6.0",
36 "mocha": "^7.1.1",
37 "browserify": "^16.5.1"
38 }
39}
Note: See TracBrowser for help on using the repository browser.