forked from garronmichael/JaggedCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.88 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
66
67
68
{
"name": "JaggedCloud",
"version": "1.0.0",
"description": "technical interview platform",
"main": "client/index.html",
"scripts": {
"start": "node ./server/server.js",
"postinstall": "npm install bower && bower install && npm install grunt-cli && grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/JaggedCloud/JaggedCloud.git"
},
"keywords": [
"thesis"
],
"author": "Garron Sanchez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JaggedCloud/JaggedCloud/issues"
},
"homepage": "https://github.com/JaggedCloud/JaggedCloud",
"devDependencies": {
"angular-mocks": "^1.3.15",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-express-server": "^0.5.1",
"grunt-karma": "^0.10.1",
"grunt-nodemon": "^0.4.0",
"grunt-open": "^0.2.3",
"grunt-shell-spawn": "^0.3.2",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.16"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"angular": "^1.3.15",
"body-parser": "^1.12.2",
"connect-mongo": "^0.8.0",
"express": "^4.12.3",
"express-session": "^1.11.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.9.1",
"mandrill-api": "^1.0.41",
"moment": "^2.10.2",
"moment-timezone": "^0.3.1",
"mongoose": "^4.0.1",
"morgan": "^1.5.2",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"require": "^2.4.17",
"serve-favicon": "^2.2.0",
"socket.io": "^1.3.5"
}
}