-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "auto-download-manager",
"version": "0.9.4",
"main": "main.js",
"author": "Kilhog",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"electron-packager": "^7.0.1",
"electron-prebuilt": "^0.37.7",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-htmlmin": "1.3.0",
"gulp-install": "^0.6.0",
"gulp-minify-css": "1.2.4",
"gulp-replace": "^0.5.4",
"gulp-shell": "0.5.2",
"gulp-uglify": "1.5.3"
},
"dependencies": {
"angular": "1.5.5",
"angular-animate": "1.5.5",
"angular-aria": "1.5.5",
"angular-material": "1.0.7",
"angular-ui-router": "0.2.18",
"cheerio": "0.20.0",
"crypto-js": "3.1.6",
"dblite": "0.7.7",
"font-awesome": "4.6.1",
"jquery": "2.2.3",
"moment": "^2.10.6",
"ng-fx": "^2.0.4",
"path-extra": "^3.0.0",
"request": "^2.67.0",
"strike-api": "0.2.0",
"superagent": "1.6.1",
"t411": "git+https://github.com/thibauts/t411.git",
"transmission": "0.4.5",
"underscore": "^1.8.3"
}
}