forked from drewrawitz/DrewRawitz.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 798 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
{
"title": "DrewRawitz.com",
"description": "Front-End Developer in Raleigh, NC",
"author": "Drew Rawitz",
"email": "[email protected]",
"url": "http://www.drewrawitz.com",
"copyright": "2013",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/drewrawitz/DrewRawitz.com.git"
},
"devDependencies": {
"bower": "~1.2.6",
"grunt": "~0.4.1",
"grunt-contrib-compass": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-bower-task": "~0.3.4",
"grunt-autoprefixer": "~0.4.2",
"matchdep": "*"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install"
}
}