-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
{
"name": "ark",
"version": "0.1.0",
"description": "backend of project locator-kn",
"main": "index.js",
"scripts": {
"test": "lab -t 75",
"test-cov-html": "lab -r html -o coverage.html",
"develop": "gulp",
"coveralls": "lab -r lcov | ./node_modules/.bin/coveralls",
"build": "tsd reinstall && gulp ts",
"postinstall": "tsd reinstall && gulp ts",
"setup": "iojs setup.js"
},
"repository": {
"type": "git",
"url": "https://github.com/locator-kn/ark.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/locator-kn/ark/issues"
},
"homepage": "https://github.com/locator-kn/ark",
"dependencies": {
"ark-authentication": "^2.10.4",
"ark-chat": "^4.2.1",
"ark-database": "^18.3.0",
"ark-locationpool": "^4.11.0",
"ark-mailer": "^2.3.5",
"ark-realtime": "^2.3.3",
"ark-staticdata": "^8.0.1",
"ark-trip": "^9.3.0",
"ark-user": "^4.7.0",
"blipp": "^2.1.1",
"coveralls": "^2.11.2",
"good-console": "^5.0.2",
"h2o2": "^5.0.0",
"hapi": "^9.x.x",
"hapi-swagger": "^1.0.0",
"inert": "^3.0.1",
"shelljs": "^0.4.0",
"tsd": "^0.5.7",
"vision": "^3.0.0"
},
"devDependencies": {
"code": "^1.4.0",
"gulp": "^3.8.11",
"gulp-jshint": "^1.9.4",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-tsc": "^0.9.3",
"gulp-typescript": "^2.5.0",
"jshint-stylish": "^1.0.1",
"lab": "^5.6.1",
"merge2": "^0.3.1",
"node-notifier": "^4.1.2",
"typescript": "1.5.0-alpha"
}
}