-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.46 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
{
"name": "support-scheduler",
"version": "0.1.0",
"description": "",
"main": "server/index.js",
"scripts": {
"start": "node ./server/index.js",
"postinstall": "gulp --production",
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"engines": {
"node": "4.2.6"
},
"repository": {
"type": "git",
"url": "https://github.com/phitran/support-scheduler.git"
},
"dependencies": {
"angular-ui-router": "^0.2.18",
"boom": "^3.1.2",
"confidence": "^1.4.2",
"ejs": "^2.4.1",
"hapi": "^13.0.0",
"hapi-auth-basic": "^4.1.0",
"inert": "^3.2.0",
"joi": "^8.0.2",
"lodash": "^4.5.0",
"moment": "^2.11.2",
"mongodb": "^2.1.7",
"vision": "^4.0.1"
},
"devDependencies": {
"angular": "^1.5.0",
"angular-mocks": "^1.5.0",
"babelify": "^7.2.0",
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"grulp": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.1",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5.2",
"jasmine-expect": "^1.22.3",
"jasmine-promise-matchers": "^2.0.2",
"karma": "^0.13.19",
"karma-browserify": "^5.0.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.23"
},
"author": "Phi Tran",
"license": "ISC"
}