This repository was archived by the owner on Aug 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.05 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
{
"name": "hankjs",
"description": "Full-Stack JavaScript with PostgreSQL, hapi, AngularJS, and Node.js.",
"version": "0.8.9",
"private": false,
"author": "https://github.org/youhusam/",
"license": "SEE LICENSE IN license.md",
"repository": {
"type": "git",
"url": "https://github.com/YouHusam/hanx.js"
},
"engines": {
"node": ">=4.1.1",
"npm": ">=3.3.6"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"async": "~1.5.2",
"bcrypt": "^0.8.5",
"bell": "^6.1.x",
"boom": "^3.1.2",
"bower": "^1.5.3",
"catbox": "^7.1.0",
"catbox-redis": "^1.0.5",
"chalk": "~1.1.1",
"dogwater": "^1.0.1",
"forever": "~0.15.1",
"glob": "~6.0.4",
"good": "^6.4.0",
"good-console": "^5.1.0",
"good-file": "^5.1.0",
"grunt-cli": "~0.1.13",
"hapi": "~13.0.0",
"hapi-auth-cookie": "~6.0.0",
"inert": "^3.0.2",
"lodash": "~4.2.1",
"mongodb": "^2.x.x",
"node-uuid": "^1.4.3",
"nodemailer": "^2.1.0",
"sails-postgresql": "^0.11.2",
"swig": "~1.4.2",
"vision": "^4.0.1",
"waterline": "^0.11.0"
},
"devDependencies": {
"code": "~2.1.0",
"grunt": "^0.4.5",
"grunt-concurrent": "~2.1.0",
"grunt-contrib-copy": "0.8",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "~0.11.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.4",
"grunt-karma": "~0.12.1",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "~1.0.1",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
"jasmine-core": "^2.3.4",
"karma": "~0.13.10",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "~0.5.2",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~1.0.0",
"load-grunt-tasks": "~3.4.0",
"mocha": "^2.3.3",
"phantomjs-prebuilt": "^2.1.4",
"should": "~8.2.1"
}
}