-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 818 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 818 Bytes
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
{
"name": "component-search2",
"description": "search through crawl components",
"version": "1.1.1",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "component/search.js",
"dependencies": {
"generator-supported": "~0.0.1",
"component-consoler": "^2.0.0",
"debug": "*",
"bytes": "~0.3.0",
"cogent": "~0.4.0",
"JSONStream": "~0.8.0",
"event-stream": "^3.1.1",
"stream-to-array": "^1.0.0"
},
"devDependencies": {
"co": "^3.0.0",
"mocha": "^1.18.0",
"rimraf": "^2.2.0",
"gnode": "0",
"regenerator": "0"
},
"scripts": {
"test": "NODE=gnode make test",
"prepublish": "make clean build"
}
}