-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 865 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 865 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
35
36
37
38
39
40
41
{
"name": "npm-search-pagelet",
"version": "0.4.2",
"description": "Search for packages",
"main": "index.js",
"dependencies": {
"async": "0.9.x",
"diagnostics": "0.0.x",
"level": "0.18.x",
"pagelet": "0.8.x",
"which": "1.0.x"
},
"scripts": {
"test": "mocha test/names.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/nodejitsu/npm-search-pagelet.git"
},
"keywords": [
"search",
"packages",
"package",
"module",
"npm",
"registry",
"npm-registry",
"npmjs"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejitsu/npm-search-pagelet/issues"
},
"homepage": "https://github.com/nodejitsu/npm-search-pagelet",
"devDependencies": {
"assume": "0.0.x",
"mocha": "2.0.x",
"pre-commit": "0.0.x"
}
}