-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "cabin-rez-ui",
"title": "OPI Cabin Reservation System",
"main": "./client/dist/release/main.js",
"description": "OPI Cabin Reservation System",
"version": "2.0.0-SNAPSHOT",
"dependencies": {
"express": "3.2.6",
"socket.io": "0.9.16",
"superagent": "0.14.7",
"underscore": "1.4.4",
"locomotive": "0.3.6",
"connect-powered-by": "0.1.0",
"mongoose": "3.6.11",
"nodemon": "0.7.8",
"jade": "0.31.2",
"tracer": "0.5.1",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"open": "0.0.4",
"request": "~2.26.0",
"q": "~0.9.6",
"connect-mongo": "~0.3.3"
},
"devDependencies": {
"http-proxy": "0.10.2",
"jasmine-node": "~1.11.0",
"chai": "1.6.1",
"sinon": "1.7.2",
"karma": "~0.9.4",
"grunt-karma": "0.5.0",
"grunt": "0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "0.4.4",
"grunt-contrib-less": "~0.6.1",
"grunt-contrib-jade": "~0.7.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-hub": "~0.5.0",
"karma-ng-scenario": "0.0.1",
"grunt-shell": "~0.3.0",
"karma-ng-html2js-preprocessor": "0.0.2",
"karma-junit-reporter": "0.0.2",
"grunt-mixtape-run-app": "0.0.2",
"grunt-docco-multi": "0.0.2",
"walkdir": "0.0.7",
"grunt-html2js": "~0.1.8",
"grunt-maven-tasks": "~1.1.0"
}
}