-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "new-relic-boxes",
"version": "0.0.0",
"description": "New Relic Boxes is an html5 dashboard for your R&D team. Boxes lets you monitor your applications and servers on New Relic. Alarm is played when one of your application / servers health status is changed.",
"keywords": [
"new-relic",
"angular",
"dashboard"
],
"main": "gulp.js",
"dependencies": {},
"devDependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.7.12",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-ng-annotate": "^1.0.0",
"gulp-ngdocs": "^0.2.10",
"gulp-postcss": "^5.1.9",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"main-bower-files": "^2.8.2",
"postcss-mixins": "^0.3.0",
"postcss-nested": "^0.3.2",
"postcss-simple-vars": "^0.3.0",
"require-dir": "^0.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bower install ; gulp serve",
"gh-pages": "./deploy/gh-pages.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bizzabo/new-relic-boxes.git"
},
"author": "Daniel Ben Tov",
"license": "MIT",
"bugs": {
"url": "https://github.com/bizzabo/new-relic-boxes/issues"
},
"homepage": "https://github.com/bizzabo/new-relic-boxes#readme"
}