-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
{
"name": "MyMovieManager",
"version": "0.0.0",
"author": "Sarath KCM",
"displayName": "My Movie Manager",
"description": "Cross-platform Application for managing your movies and TV series.",
"main": "app.js",
"scripts": {
"start": "electron .",
"build-all": "grunt",
"build-css":"grunt concat:css"
},
"dependencies": {
"opensubtitles-api": "^3.0.0",
"font-awesome": "^4.6.1",
"jquery": "^3.0.0",
"angular": "^1.5.5",
"lodash": "^4.13.1",
"request": "^2.72.0",
"themoviedbclient": "^0.1.0",
"jimp":"^0.2.24",
"angular-ui-router": "^0.3.0",
"oclazyload":"^1.0.9",
"string-score":"^1.0.1",
"open":">=6.0.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"electron-prebuilt": "~1.1.0",
"grunt":"^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-babel":"^6.0.0",
"grunt-contrib-copy":"^1.0.0",
"jshint":"^2.9.2"
},
"repository": "https://github.com/sarathkcm/MyMovieManager.git",
"license": "MIT",
"bugs": {
"url": "https://github.com/sarathkcm/MyMovieManager/issues"
},
"homepage": "http://mymoviemanager.in"
}