-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 858 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 858 Bytes
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
{
"name": "The-Big-Screen",
"homepage": "https://github.com/juandprado/thebigscreen",
"author": "Juan Diego Prado <juandipra@gmail.com>",
"description": "Base framework for Cloud Insight UI Development.",
"bugs": {
"url": "https://algithub.pd.alertlogic.net/defender/al_ui_template/issues"
},
"scripts": {
"start": "ws -p 8888 -d src/main/"
},
"repository": {
"type": "git",
"url": "git@github.com:juandprado/thebigscreen.git"
},
"version": "0.0.1",
"license": "MIT",
"engines": {
"node": "5.9.0"
},
"dependencies": {
"bower": "^1.7.9",
"cssmin": "^0.4.3",
"requirejs": "^2.2.0"
},
"folders": {
"build": "target/",
"builde2e": "targete2e/",
"translations": "po/",
"wwwRoot": "src/main/",
"jsSource": "src/main/",
"testRoot": "src/test/"
},
"devDependencies": {}
}