forked from laureanoarcanio/css-layout-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 758 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 758 Bytes
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
{
"name": "Laureano Arcanio",
"title": "CSS Layout techniques explained",
"url": "https://github.com/laureanoarcanio",
"author": "Laureano Arcanio",
"copyright": "2013",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/laureanoarcanio/great-layout"
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"connect-livereload": "~0.2.0",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-open": "~0.2.0",
"grunt-postcss": "^0.5.1",
"matchdep": "~0.1.2"
}
}