-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.05 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "stormvods",
"version": "1.7.4",
"description": "Community-driven spoiler-free catalog of competitive videos for Heroes of the Storm",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "tools/scripts/deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idooo/stormvods.git"
},
"author": "Alex Shteinikov",
"license": "MIT",
"bugs": {
"url": "https://github.com/idooo/stormvods/issues"
},
"homepage": "https://github.com/idooo/stormvods#readme",
"devDependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-local-storage": "0.2.2",
"angular-moment": "0.10.3",
"angular-sanitize": "1.5.8",
"angular-ui-router": "0.2.15",
"babel-preset-es2015": "6.1.4",
"babelify": "7.2.0",
"es6-promise": "3.2.1",
"grunt": "1.0.1",
"grunt-apidoc": "0.11.0",
"grunt-browserify": "4.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "1.0.0",
"grunt-develop": "0.4.0",
"grunt-eslint": "17.3.1",
"grunt-fontello": "0.3.2",
"grunt-sass": "1.1.0",
"load-grunt-configs": "0.4.3",
"load-grunt-tasks": "3.3.0",
"ng-dialog": "0.5.6",
"node-bourbon": "4.2.3",
"node-neat": "1.7.2",
"sync-request": "2.1.0",
"time-grunt": "1.2.2",
"ui-select": "0.13.2"
},
"babel": {
"presets": [
"es2015"
]
},
"engines": {
"node": ">4.0.0"
},
"dependencies": {
"base64url": "1.0.5",
"handlebars": "4.0.4",
"lodash": "3.10.1",
"moment": "2.10.6",
"mongoose": "4.2.5",
"mongoose-paginate": "5.0.0",
"mongoose-unique-validator": "0.6.1",
"newrelic": "1.27.2",
"node-uuid": "1.4.7",
"prerender-node": "2.3.0",
"redis": "2.3.0",
"request": "2.65.0",
"restify": "4.3.1",
"restify-cookies": "0.2.0",
"winston": "2.1.0",
"yargs": "3.30.0"
}
}