-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 927 Bytes
/
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
{
"name": "crossover-task",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/selimovicz/crossover-task"
},
"scripts": {
"start": "grunt",
"test": "karma start karma.conf.js"
},
"dependencies": {
"angular-chart.js": "^1.0.0",
"body-parser": "~1.5.2",
"chart.js": "^2.2.0-rc.2",
"express": "~4.5.1",
"jasmine-core": "^2.4.1",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"method-override": "~2.1.2",
"mongoose": "~3.6.2",
"morgan": "~1.2.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-nodemon": "~0.3.0"
}
}