-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
45 lines (45 loc) · 787 Bytes
/
bower.json
File metadata and controls
45 lines (45 loc) · 787 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
36
37
38
39
40
41
42
43
44
45
{
"name": "ts-core",
"version": "0.6.4",
"homepage": "https://github.com/ts-core/ts-core",
"authors": [
"Olivier Andriessen <olivierandriessen@gmail.com>",
"Bart Blok <bart@wittig.nl>"
],
"description": "TypeScript Core Library",
"main": [
"build/ts-core.js",
"build/ts-core.min.js",
"build/ts-core.d.ts"
],
"dependencies": {
"underscore": "^1.8.3"
},
"keywords": [
"typescript",
"javascript",
"core",
"library",
"collection",
"dictionary",
"array",
"set",
"events",
"config",
"di",
"grid",
"sortedcollection",
"geometry",
"data",
"model",
"size",
"point"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
]
}