-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
73 lines (73 loc) · 1.95 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
71
72
73
{
"name": "web-mobile-2016",
"version": "1.0.0",
"description": "Web Mobile - PUC Minas",
"main": "app.js",
"private": true,
"engines": {
"node": "4.4.3",
"npm": "2.15.1"
},
"cacheDirectories": [
"node_modules",
"client/components"
],
"scripts": {
"start": "node server/bin/www",
"test": "karma",
"postinstall": "bower install && grunt heroku:production"
},
"dependencies": {
"body-parser": "~1.13.2",
"bower": "latest",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-handlebars": "^3.0.0",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-express-server": "latest",
"grunt-githooks": "latest",
"grunt-jsbeautifier": "latest",
"grunt-karma": "latest",
"grunt-newer": "latest",
"grunt-nodemon": "^0.4.2",
"grunt-shell": "latest",
"grunt-text-replace": "latest",
"jshint-stylish": "latest",
"load-grunt-config": "latest",
"load-grunt-tasks": "latest",
"mongoose": "^4.4.19",
"morgan": "~1.6.1",
"nodemon": "^1.9.2",
"promise": "^7.1.1",
"requirejs": "latest",
"serve-favicon": "~2.3.0",
"time-grunt": "latest"
},
"devDependencies": {
"grunt-contrib-handlebars": "^1.0.0",
"jasmine-core": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-jasmine": "latest",
"karma-jasmine-ajax": "latest",
"karma-jasmine-jquery": "latest",
"karma-junit-reporter": "latest",
"karma-phantomjs-launcher": "latest",
"karma-requirejs": "latest",
"karma-sinon": "^1.0.5",
"phantomjs": "latest",
"sinon": "^1.17.4"
},
"author": "João Vinagre",
"license": "ISC"
}