forked from codecentric/movie-database-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "movie-database-node",
"version": "0.0.1",
"description": "Agile JS Workshop application",
"main": "server/server.js",
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "grunt travis",
"postinstall": "./node_modules/.bin/bower install && ./node_modules/protractor/bin/webdriver-manager update"
},
"dependencies": {
"body-parser": "^1.9.0",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/codecentric/movie-database-node.git"
},
"devDependencies": {
"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",
"protractor": "^1.3.1",
"request": "^2.44.0",
"sinon": "^1.10.3",
"supervisor": "^0.5.6"
}
}