-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 961 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
{
"name": "boilerplate",
"version": "1.0.0",
"private": "true",
"author": "menadwork kommunikation GmbH (http://www.menadwork.com)",
"devDependencies": {
"grunt": "latest",
"matchdep": "latest",
"time-grunt": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-compass": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-copy": "latest",
"grunt-autoprefixer": "latest",
"grunt-csswring": "latest",
"grunt-penthouse": "^0.2.*",
"dalekjs": "latest",
"grunt-dalek": "latest",
"dalek-browser-chrome": "latest",
"dalek-browser-firefox": "latest",
"dalek-browser-ie": "latest",
"dalek-browser-ios": "latest",
"dalek-reporter-html": "latest"
}
}