forked from fantasyland/static-land
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 889 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": "static-land",
"version": "1.0.0",
"description": "An exploration of alternative approach for dealing with Fantasy Land types in JS",
"main": "lib/index.js",
"jsnext:main": "lib-es/index.js",
"files": [
"lib",
"lib-es",
"umd"
],
"scripts": {
"lobot": "lobot",
"lint": "eslint .",
"test": "eslint . && lobot test"
},
"keywords": [],
"author": "Roman Pominov <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-eslint": "6.1.2",
"babel-polyfill": "6.13.0",
"eslint": "3.5.0",
"lobot": "0.1.22"
},
"dependencies": {
"fantasy-land": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpominov/static-land.git"
},
"bugs": {
"url": "https://github.com/rpominov/static-land/issues"
},
"homepage": "https://github.com/rpominov/static-land#readme"
}