forked from bromigos/Co-Star
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "costar",
"version": "1.0.0",
"description": "app for finding common movies between actors",
"main": "index.js",
"dependencies": {
"angular-route": "^1.5.8",
"bluebird": "^3.4.5",
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"canistreamit": "^1.0.2",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"express": "^4.14.0",
"jshint": "^2.9.3",
"karma": "^1.2.0",
"mocha": "^3.0.2",
"mongodb": "^2.2.8",
"mongoose": "^4.5.10",
"mongoose-simple-random": "^0.3.3",
"ng-fx": "^2.0.4",
"node-uuid": "^1.4.7",
"nodemon": "^1.10.2",
"promised-mongo": "github:makersquare/promised-mongo",
"request": "^2.74.0",
"supertest": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.2.1",
"karma": "^1.2.0",
"karma-browserify": "^5.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"mocha": "^3.0.2",
"phantomjs": "^2.1.7"
},
"scripts": {
"start": "./node_modules/.bin/nodemon server/index.js --ignore client/",
"test": "mocha ./specs/endpointsTest.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bromigos/Co-Star.git"
},
"author": "Bromigos",
"contributors": [
"Anjum Faraz",
"Jimmy Stevenson",
"Garret Holmes",
"Abel Costilla"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Bromigos/Co-Star/issues"
},
"homepage": "https://github.com/HackmeCo/Co-Star#readme"
}