-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 832 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
{
"name": "logic-filter",
"version": "0.0.1",
"description": "Given a set of rules, filter a JSON object stream",
"main": "index.js",
"scripts": {
"just-tests": "./node_modules/faucet/bin/cmd.js ./test/*.js",
"test": "./node_modules/covert/bin/cmd.js ./test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jirwin/node-logic-filter.git"
},
"author": [
"Phoebe Simon <phoebesimon@gmail.com>",
"Justin Gallardo <justin.gallardo@gmail.com>"
],
"license": "Apache v2",
"bugs": {
"url": "https://github.com/jirwin/node-logic-filter/issues"
},
"dependencies": {
"logic-filter-strings": "0.0.2",
"underscore": "~1.7.0"
},
"devDependencies": {
"covert": "~1.0.1",
"faucet": "0.0.1",
"tape": "~3.0.0",
"transform-stream-test": "0.0.8"
}
}