-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.28 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
59
60
61
{
"name": "ts-core",
"version": "0.6.4",
"description": "TypeScript Core Library",
"main": "build/ts-core.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "^1.0.1",
"grunt-karma": "^0.12.0",
"grunt-prompt": "^1.3.0",
"grunt-release": "^0.13.0",
"grunt-ts": "^5.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-coverage": "^0.5.2",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"semver": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ts-core/ts-core.git"
},
"keywords": [
"typescript",
"javascript",
"core",
"library",
"collection",
"dictionary",
"array",
"set",
"events",
"config",
"di",
"grid",
"sortedcollection",
"geometry",
"data",
"model",
"size",
"point"
],
"contributors": [
"Bart Blok <[email protected]>",
"Olivier Andriessen <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ts-core/ts-core/issues"
},
"homepage": "https://github.com/ts-core/ts-core#readme"
}