-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 926 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
46
{
"name": "gaz",
"version": "1.1.1",
"description": "Standard set of libraries and modules for megadoomer applications",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://[email protected]/megadoomer/gaz.git"
},
"scripts": {
"test": "node scripts/test.js"
},
"bugs": "https://bitbucket.org/megadoomer/gaz/issues",
"engines": {
"node": ">=0.10"
},
"keywords": [
"stdlib",
"core",
"packages",
"modules"
],
"author": "Eric Satterwhite",
"license": "MIT",
"dependencies": {
"async": "^2.0.0",
"debug": "^2.1.3",
"glob": "^7.0.0",
"moment": "^2.9.0",
"mout": "^1.0.0",
"prime": "^0.5.0",
"prime-util": "^0.5.0",
"qs": "^6.2.1",
"url-join": "^1.1.0"
},
"devDependencies": {
"mocha": "^3.0.2"
},
"bundledDependencies": [
"mout",
"url-join",
"qs",
"prime",
"prime-util"
]
}