-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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
47
48
49
50
51
52
53
54
55
56
{
"name": "registry",
"version": "0.1.0",
"description": "The registry for diamond",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diamondpkg/registry.git"
},
"author": "Hackzzila",
"license": "MIT",
"bugs": {
"url": "https://github.com/diamondpkg/registry/issues"
},
"homepage": "https://github.com/diamondpkg/registry#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"diamondpkg": "github:diamondpkg/diamond#generator-rewrite",
"fs-extra": "^3.0.1",
"graphql": "^0.10.3",
"graphql-server-restify": "^0.8.5",
"graphql-tools": "^1.0.0",
"graphql-type-json": "^0.1.4",
"handlebars": "^4.0.8",
"js-yaml": "^3.8.4",
"jsonwebtoken": "^7.4.1",
"moment": "^2.18.1",
"node-schedule": "^1.2.1",
"passport-http": "^0.3.0",
"passport-jwt": "^2.2.1",
"passport-restify": "^1.0.1",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"restify": "^4.3.0",
"restify-cors-middleware": "0.0.8",
"restify-router": "^0.4.2",
"sassdoc": "^2.2.2",
"semver": "^5.3.0",
"sequelize": "^3.30.4",
"superagent": "^3.5.2",
"svg.js": "^2.6.1",
"tar": "^3.1.3",
"truncate": "^2.0.0",
"wordwrap": "^1.0.0"
},
"devDependencies": {
"@playlyfe/gql": "^2.3.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"sqlite3": "^3.1.8"
}
}