-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1008 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
{
"name": "TimeOutGrunt",
"version": "0.1.0",
"description": "Front End Team Task Manager Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "Alexandros Spyropoulos, Harry Green, John Phillips",
"license": "BSD",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "~0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-csscomb": "~2.0.1",
"load-grunt-tasks": "~0.3.0",
"requirejs": ">=2.1.11",
"jquery": "^1.11.0",
"knockout": "^3.1.0",
"karma": "^0.12.0",
"grunt-open": "^0.2.3",
"grunt-jquery-builder": "0.1.1",
"grunt-server-mocha": "~0.1.1",
"grunt-html-snapshot": "^0.6.1"
}
}