This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
60 lines (60 loc) · 1.54 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
{
"name": "movie-database-node",
"version": "0.0.1",
"description": "Agile JS Workshop application",
"main": "server/server.js",
"license": "MIT",
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "grunt travis",
"postinstall": "webdriver-manager update",
"dev": "grunt dev"
},
"repository": {
"type": "git",
"url": "https://github.com/codecentric/movie-database-node.git"
},
"private": true,
"dependencies": {
"angular": "^1.4.1",
"angular-route": "^1.4.1",
"body-parser": "^1.9.0",
"bootstrap": "^3.3.5",
"bower": "^1.3.12",
"connect-history-api-fallback": "^0.0.5",
"errorhandler": "^1.2.0",
"express": "^4.9.5",
"log4js": "^0.6.9",
"method-override": "^2.2.0",
"morgan": "^1.3.2",
"neo4j": "^1.0.0",
"node-uuid": "^1.4.1",
"serve-static": "^1.6.3",
"superagent": "^0.15.4"
},
"devDependencies": {
"angular-mocks": "^1.4.1",
"bluebird": "^2.3.4",
"chai": "^1.9.2",
"colors": "^0.6.2",
"grunt": "^0.4.1",
"grunt-contrib-jshint": "^0.6.4",
"grunt-contrib-watch": "^0.5.3",
"grunt-protractor-runner": "^1.1.4",
"grunt-simple-mocha": "^0.4.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "^0.0.13",
"load-grunt-tasks": "^0.6.0",
"mocha": "^2.2.5",
"protractor": "^1.3.1",
"request": "^2.44.0",
"sinon": "^1.10.3",
"supervisor": "^0.5.6"
}
}