-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.79 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
61
62
63
64
65
{
"name": "Cliqueboard",
"version": "0.1.0",
"description": "Web application facilitating group workflow",
"scripts": {
"start": "nodemon server/server.js",
"postinstall": "./node_modules/bower/bin/bower install"
},
"author": "Quadceras",
"license": "ISC",
"homepage": "https://github.com/Quadceras/Cliqueboard",
"engines": {
"node": "0.12.7"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.3.1",
"body-parser": "^1.15.0",
"bower": "^1.7.7",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"express": "~3.4.8",
"express-session": "^1.13.0",
"grunt": "^0.4.5",
"grunt-bower": "^0.21.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.1",
"grunt-mocha-test": "^0.10.0",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"mocha": "^2.4.5",
"mongoose": "^4.4.4",
"morgan": "^1.6.1",
"phantomjs": "^2.1.3",
"request": "^2.34.0",
"socket.io": "^1.4.5",
"watchify": "^3.7.0"
},
"devDependencies": {
"grunt-ng-annotate": "^1.0.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-browserify": "^5.0.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-expect": "^1.1.2",
"karma-jasmine": "^0.3.7",
"karma-mocha": "^0.2.2",
"karma-nested-reporter": "^0.1.1",
"karma-nyan-reporter": "0.0.43",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.5",
"karma-unicorn-reporter": "^0.1.4",
"nodemon": "^1.9.1",
"requirejs": "^2.1.22",
"should": "^8.2.2",
"socket.io-client": "^1.4.5",
"supertest": "^0.10.0"
}
}