forked from veo-labs/openveo-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.01 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
{
"name": "@openveo/core",
"version": "0.0.2",
"description": "OpenVeo core application and Web Service",
"publishConfig": {
"registry": "http://87.98.155.235:4873/"
},
"keywords": [
"openveo",
"veo-labs"
],
"homepage": "https://gitlab.com/veo-labs/openveo-core",
"bugs": {
"url": "https://gitlab.com/veo-labs/openveo-core/issues"
},
"license": "AGPL-3.0",
"author": "Veo-Labs <[email protected]> (http://www.veo-labs.com/)",
"repository": {
"type": "git",
"url": "https://gitlab.com/veo-labs/openveo-core.git"
},
"dependencies": {
"@openveo/api": ">=0.0.1",
"JSONPath": "^0.10.0",
"async": "^0.9.0",
"body-parser": "^1.10.2",
"connect-mongo": "^0.8.2",
"consolidate": "^0.10.0",
"cookie-parser": "^1.3.3",
"express": "^4.11.0",
"express-session": "^1.10.1",
"gm": "^1.18.1",
"imagemagick": "^0.1.3",
"mkdirp": "^0.5.1",
"mongodb": "^2.0.39",
"mustache": "^1.0.0",
"oauth20-provider": "^0.5.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0",
"winston": "^0.8.3"
},
"devDependencies": {
"@openveo/test": ">=0.0.1",
"chai": "^1.10.0",
"glob": "^5.0.12",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-yuidoc": "^0.8.0",
"grunt-extend-config": "^0.9.2",
"grunt-init": "^0.3.2",
"grunt-karma": "^0.11.2",
"grunt-mocha-test": "^0.12.7",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.10",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.1.0",
"nodemon": "^1.3.7"
},
"scripts": {
"postinstall": "bower install"
},
"engines": {
"node": "^0.10.0",
"npm": "^2.7.0"
}
}