-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.96 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@nomjs/nomjs-registry",
"version": "0.0.1",
"author": "Sean McIntyre <smcintyre@xverba.ca>",
"description": "nom is not npm",
"contributors": [
{
"name": "Daniela Baron",
"email": "dbaron@uncharted.software"
},
{
"name": "Michael Laccetti",
"email": "michael@laccetti.com",
"url": "https://laccetti.com/"
},
{
"name": "Sean McIntyre",
"email": "s.mcintyre@xverba.ca"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nomjs/nomjs-registry.git"
},
"main": "dist/app.js",
"scripts": {
"start": "cd dist && node --require source-map-support/register app.js",
"test": "gulp --require source-map-support/register test",
"debug": "gulp build && cd dist && node --debug-brk --require source-map-support/register app.js",
"debug-remote": "node --harmony_async_await --debug-brk=5858 $(which gulp) --require source-map-support/register test"
},
"dependencies": {
"github": "7.3.1",
"koa-better-body": "3.0.2",
"lodash": "4.17.4",
"ravel": "0.18.1",
"rethinkdb": "2.3.3"
},
"devDependencies": {
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"chai": "3.5.0",
"del": "2.2.2",
"eslint": "3.13.0",
"eslint-config-semistandard": "7.0.0",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "2.0.1",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-env": "0.4.0",
"gulp-eslint": "3.0.1",
"gulp-exec": "2.1.3",
"gulp-load-plugins": "1.4.0",
"gulp-sourcemaps": "2.2.3",
"gulp-spawn-mocha": "3.1.0",
"intel": "1.1.2",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"mocha-multi": "0.10.0",
"mockery": "2.0.0",
"run-sequence": "1.2.2",
"shelljs": "0.7.6",
"source-map-support": "0.4.8"
}
}