-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"name": "dev-design-in",
"title": "Resources for web designers and developers.",
"version": "0.0.3",
"author": {
"name": "Andrzej Dubiel",
"url": "http://adubiel.me/"
},
"description": "Collection of useful resources for web designers and developers.",
"repository": {
"type": "git",
"url": "git://github.com/pier0n/dev-design-in"
},
"devDependencies": {
"connect-modrewrite": "^0.7.11",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.1.0",
"grunt-bower-task": "^0.4.0",
"grunt-connect-rewrite": "^0.2.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.0.0",
"grunt-csso": "^0.7.0",
"grunt-svgmin": "^2.0.0",
"matchdep": "~0.3.0",
"time-grunt": "^1.0.0"
}
}