-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 867 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
{
"name": "Sovi",
"version": "0.0.1",
"author": "Mahdi Hussein <[email protected]>",
"description": "Sovi Scouting System by F.R.C. Team 180 S.P.A.M.",
"main": "gruntfile.js",
"license": "MIT",
"homepage": "http://mahdihusse.in",
"repository": "[email protected]:sovi/sovi_server.git",
"private": "true",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"clean-css": "^2.1.8",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.3.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-compass": "^0.8.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell-spawn": "^0.3.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5"
}
}