-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 909 Bytes
/
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
{
"name": "vidr",
"version": "1.0.0",
"description": "A video hosting website",
"main": "core/main/core.js",
"scripts": {
"install": "chmod +x ./scripts/setup.sh && ./scripts/setup.sh || echo \"Setup script couldn't be made executable!\"",
"test": "./scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git@github.com:vidr-group/vidr-core.git"
},
"author": "vidr-group (http://vidr.me)",
"contributors": [
"thislooksfun",
"fmressel"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/vidr-group/vidr-core/issues"
},
"homepage": "http://vidr.me",
"dependencies": {
"coffee-script": "^1.10.0",
"express": "^4.13.3",
"mongoose": "4.2.8",
"path": "^0.12.7"
},
"devDependencies": {
"chai": "^3.4.1",
"coffee-coverage": "^1.0.1",
"coffeelint": "^1.14.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4"
}
}