-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.1 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
42
43
44
45
46
47
48
{
"author": {
"name": "Rahul Bansal",
"email": "rbansalrahul6@gmail.com"
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"bugs": {
"url": "https://github.com/housinghq/filter-to-params/issues"
},
"dependencies": {
"just-extend": "^1.1.22"
},
"description": "Convert store state to API params",
"devDependencies": {
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.24.1",
"xo": "^0.18.2"
},
"engines": {
"node": ">=4"
},
"files": [
"dist"
],
"homepage": "https://github.com/housinghq/filter-to-params#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "@housing/filter-to-params",
"repository": {
"type": "git",
"url": "git+https://github.com/housinghq/filter-to-params.git"
},
"scripts": {
"build": "babel ./dist/*.js --out-dir ./",
"prepublish": "npm run build",
"test": "npm run build && ava"
},
"version": "0.2.7"
}