-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "nodei.co",
"version": "0.0.0",
"description": "https://nodei.co - Node.js badges, that's all",
"main": "nodeico.js",
"author": "Rod Vagg <[email protected]> (https://github.com/rvagg)",
"dependencies": {
"after": "~0.8.1",
"bean": "~1.0.15",
"bl": "~1.0.0",
"bole": "~2.0.0",
"bonzo": "~2.0.0",
"browserify": "~11.1.0",
"canvas": "rvagg/node-canvas#nan2-nopango",
"delayed": "~1.0.1",
"domready": "~1.0.8",
"ender-js": "~0.5.0",
"humanize-number": "0.0.2",
"jsonist": "~1.2.0",
"moment": "~2.10.6",
"node-uuid": "~1.4.3",
"once": "~1.3.2",
"path": "~0.12.7",
"qwery": "~4.0.0",
"qwery-mobile": "~1.0.14",
"reqwest": "~2.0.3",
"routes-router": "~4.2.0",
"send-data": "~7.0.0",
"st": "~0.5.5",
"swig": "~1.4.2",
"traversty": "~1.0.5",
"xtend": "~4.0.0"
},
"browser": {
"qwery-mobile": false
},
"scripts": {
"install": "browserify browser-lib/index.js -o public/index.js",
"test": "tape test/*-test.js"
},
"private": true,
"devDependencies": {
"servertest": "~1.0.2",
"tape": "~2.14.0"
}
}