forked from slachiewicz/app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.4 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.4 KB
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
70
71
72
73
74
75
76
77
78
{
"name": "gmapp",
"version": "1.0.3",
"description": "User interface ",
"main": "lib/start.js",
"scripts": {
"resetdb": "node test/fixtures/initialize.js",
"test": "node test/fixtures/initialize.js && node test/fixtures/copy-data.js && node test/fixtures/copy-status.js && sleep 5 && ./node_modules/lab/bin/lab ./test/*.test.js ./test/*/*.test.js -m 10000 -c -a code -r lcov -o lcov.info -r console -o stdout",
"coverage": "./node_modules/lab/bin/lab -r html -o ./test/coverage.html",
"start": "node --max_old_space_size=400 lib/start.js --production",
"codeclimate": "CODECLIMATE_REPO_TOKEN=2a233c5d8243d7c785eedd5a366eb834c7ebe4bbfc2de5e951585cb839fbad9a ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC-GM/app.git"
},
"author": "heron2014 simonLab",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC-GM/app/issues"
},
"homepage": "https://github.com/FAC-GM/app#readme",
"dependencies": {
"aguid": "^1.0.4",
"bcrypt": "^0.8.6",
"bluebird": "^3.4.6",
"btoa": "^1.1.2",
"csvtojson": "^1.0.0",
"elasticsearch": "^11.0.1",
"env2": "^2.1.0",
"esta": "^4.2.0",
"googleapis": "^11.0.0",
"handlebars": "^4.0.5",
"hapi": "^13.4.1",
"hapi-auth-google": "^9.0.0",
"hapi-auth-jwt2": "^7.0.1",
"hoek": "^4.0.1",
"inert": "^4.0.0",
"joi": "^9.0.0",
"json2csv": "^3.4.3",
"jsonwebtoken": "^7.0.0",
"linkedin-canonical-url": "^1.0.5",
"mime-types": "^2.1.11",
"moment": "^2.15.0",
"mongoose": "^4.6.1",
"negotiator": "^0.6.1",
"query-string": "^4.2.3",
"redis-connection": "^4.0.3",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3",
"uuid": "^2.0.3",
"validator": "^6.0.0",
"vision": "^4.1.0",
"yar": "^7.0.2"
},
"devDependencies": {
"bower": "^1.7.9",
"cheerio": "^0.20.0",
"code": "^3.0.1",
"codeclimate-test-reporter": "^0.3.2",
"form-data": "^0.2.0",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-coffee": "^2.3.2",
"gulp-debug": "^2.1.2",
"gulp-lab": "^1.0.6",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^2.3.2",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.3",
"lab": "^10.7.1",
"nock": "^8.0.0",
"nodemon": "^1.9.2",
"stream-to-promise": "^1.1.1",
"tape": "^4.5.1"
}
}