-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 886 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 886 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
{
"name": "time-tracker",
"version": "1.0.0",
"description": "Time tracking for Github issues.",
"repository": {
"type": "git",
"url": "git+https://github.com/scalableminds/time-tracker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/scalableminds/time-tracker/issues"
},
"scripts": {
"postinstall": "bower --allow-root install"
},
"homepage": "https://github.com/scalableminds/time-tracker#readme",
"devDependencies": {
"bower": "^1.8.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.2",
"css-loader": "^0.26.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.7.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
}
}