-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "prettycats",
"version": "0.7.9",
"description": "Helpful, common, and curried predicates library built on Ramda.",
"main": "dist/prettycats.js",
"dependencies": {
"ramda": "^0.29.x"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"coveralls": "^3.0.7",
"jasmine": "^2.4.1",
"nyc": "^14.1.1"
},
"scripts": {
"test": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-summary ./node_modules/.bin/jasmine",
"build": "./node_modules/.bin/babel lib --out-dir dist --source-maps inline --presets=@babel/preset-env"
},
"repository": {
"type": "git",
"url": "https://github.com/seancannon/prettycats.git"
},
"keywords": [
"validator",
"validation",
"predicates",
"pretty",
"cats",
"seancannon",
"aliencreations",
"ramda"
],
"author": "Sean Cannon",
"license": "MIT",
"bugs": {
"url": "https://github.com/seancannon/prettycats/issues"
},
"homepage": "https://github.com/seancannon/prettycats"
}