-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.52 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
{
"name": "uptime",
"version": "1.0.0",
"description": "Monitor client website uptime",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boone-software/uptime.git"
},
"author": "Boone Software <support@boone.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boone-software/uptime/issues"
},
"homepage": "https://github.com/boone-software/uptime#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-moment": "^1.0.0",
"angular-sanitize": "^1.5.8",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-router": "^1.0.0-beta.3",
"angular-underscore": "0.0.3",
"body-parser": "^1.15.2",
"bootstrap": "^4.0.0-alpha.4",
"config.json": "0.0.4",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"jquery": "^3.1.1",
"json": "^9.0.4",
"moment": "^2.15.1",
"mongoose": "^4.6.3",
"path": "^0.12.7",
"q": "^1.4.1",
"q-io": "^1.13.2",
"tether": "^1.3.7",
"voca": "^1.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.0.0",
"gulp-uglify": "^2.0.0",
"jasmine-ajax": "^3.2.0",
"jasmine-node": "^1.14.5"
}
}