forked from BreakApp/BreakApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.96 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
69
70
{
"name": "angular-averages",
"version": "0.0.1",
"description": "Simple Angular site to calculate mean, median, and mode of a series of numbers",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jbkly/Angular-Averages.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbkly/Angular-Averages/issues"
},
"homepage": "https://github.com/jbkly/Angular-Averages",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "^1.8.1",
"compression": "^1.1.1",
"express": "^4.9.4",
"jwt-simple": "^0.2.0",
"moment": "^2.8.3",
"mongoose": "^3.8.16",
"passport": "^0.2.1",
"passport-http": "^0.2.2"
},
"devDependencies": {
"angular": "^1.2.23",
"angular-mocks": "^1.2.22",
"browserify-ngannotate": "^0.2.0",
"chai": "^1.9.1",
"chai-http": "^0.5.0",
"debowerify": "^0.8.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.2",
"grunt-express-server": "^0.4.19",
"grunt-karma": "^0.9.0",
"grunt-mocha": "^0.4.11",
"grunt-ng-annotate": "^0.4.0",
"grunt-nodemon": "^0.3.0",
"grunt-simple-mocha": "^0.4.0",
"install": "^0.1.7",
"jquery": "^2.1.1",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"uglifyify": "^2.5.0"
}
}