-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 847 Bytes
/
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
{
"name": "slamdash",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GingerTommy/slamdash.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GingerTommy/slamdash/issues"
},
"homepage": "https://github.com/GingerTommy/slamdash#readme",
"dependencies": {
"@types/dc": "0.0.21",
"@types/handlebars": "^4.0.31",
"bootstrap": "^3.3.7",
"dc": "^2.1.2",
"handlebars": "^4.0.6",
"keen-dashboards": "^0.1.1"
},
"devDependencies": {
"ts-loader": "^2.0.0",
"tslint": "^4.4.2",
"tslint-loader": "^3.3.0",
"typescript": "^2.1.5",
"webpack": "^1.14.0",
"yargs": "^6.6.0"
}
}