-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1005 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "packages-pagelet",
"version": "0.8.6",
"description": "Pagelet for rendering a npm package",
"main": "index.js",
"scripts": {
"test": "mocha $(find test -name '*.test.js')"
},
"repository": {
"type": "git",
"url": "git://github.com/nodejitsu/packages-pagelet.git"
},
"keywords": [
"pagelet",
"bigpipe",
"npm",
"package",
"page"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejitsu/packages-pagelet/issues"
},
"homepage": "https://github.com/nodejitsu/packages-pagelet",
"dependencies": {
"async": "0.9.x",
"contour": "0.8.x",
"diagnostics": "0.0.x",
"ejs": "1.0.x",
"licenses": "0.0.x",
"moment": "2.8.x",
"ms": "0.6.x",
"npm-registry": "0.1.x",
"pagelet": "0.8.x",
"renderme": "0.1.x",
"shrinkwrap": "0.4.x",
"sparklet": "0.0.x"
},
"devDependencies": {
"chai": "1.9.x",
"mocha": "1.21.x",
"pre-commit": "0.0.x"
}
}