-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 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": "adexample",
"version": "0.0.0",
"author": {
"name": "Julian Bäume",
"email": "[email protected]"
},
"dependencies": {},
"optionalDependencies": {
"assemble-less": "^0.7.0",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-bump": "^0.7.0",
"grunt-check-dependencies": "^0.11.2",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-jscs": "^2.6.0",
"grunt-jsonlint": "^1.0.1",
"grunt-newer": "^1.1.0",
"grunt-require-gettext": "^0.7.0",
"open-xchange-shared-grunt-config": "^0.12.3",
"underscore": "^1.8.0"
},
"devDependencies": {
"appserver": "^0.5.0",
"grunt-contrib-connect": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.1",
"karma": "^0.13.19"
}
}