-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 868 Bytes
/
bower.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
{
"name": "hrdns-stopwatchjs",
"repository": {
"type": "git",
"url": "git://github.com/sgc-fireball/stopwatchjs.git"
},
"description": "StopWatchJS is a javascript clone from Stopwatch Component",
"authors": [
{"name": "Richard Hülsberg", "email": "[email protected]", "homepage": "https://www.hrdns.de"}
],
"homepage": "https://www.hrdns.de",
"keywords": ["stopwatch","stopwatchjs","analyse"],
"moduleType": ["globals","amd","node"],
"main": [
"src/PHPJS.js",
"src/StopWatch.js",
"src/StopWatchEvent.js",
"src/StopWatchException.js",
"src/StopWatchExporter.js",
"src/StopWatchPeriod.js",
"src/StopWatchSection.js",
"src/StopWatchViewer.js",
"src/StopWatchExporter/SymfonyExporter.js",
"src/StopWatchViewer/SymfonyViewer.js"
],
"ignore": [
"bower_components/",
"node_modules/"
]
}