-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.62 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
{
"homepage": "https://greendoors.cs.bris.ac.uk",
"name": "greendoors",
"version": "2.0.94",
"author": {
"name": "Daniel Schien"
},
"pkg": {
"name": "optimized.js"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-handlebars": "~0.5.10",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-handlebars": "0.0.6",
"grunt-contrib-compass": "~0.4.0",
"grunt-bower-task": "~0.2.3",
"bower": "~0.10.0",
"grunt-bower-requirejs": "~0.6.0",
"grunt-template-jasmine-requirejs": "~0.1.4",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-jsdoc": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-shell": "~0.3.1",
"grunt-bump": "0.0.11",
"grunt-preprocess": "~3.0.1",
"grunt-release": "~0.7.0",
"qunitjs": "~1.14.0"
},
"dependencies": {
"glob": "~3.2.8",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-handlebars": "~0.5.10",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-handlebars": "0.0.6",
"grunt-contrib-compass": "~0.4.0",
"grunt-bower-task": "~0.2.3",
"bower": "~0.10.0",
"grunt-bower-requirejs": "~0.6.0",
"grunt-template-jasmine-requirejs": "~0.1.4",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-jsdoc": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-shell": "~0.3.1",
"grunt-bump": "0.0.11",
"grunt-preprocess": "~3.0.1"
}
}