-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.11 KB
/
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
35
36
37
38
39
40
{
"name": "pattern-portfolio",
"version": "0.0.2",
"private": true,
"description": "A living document of Responsive Deliverables",
"homepage": "https://github.com/cjdsie/pattern-portfolio",
"author": "Chris Da Sie <[email protected]> (http://chrisdasie.com)",
"keywords": ["components", "css", "framework", "ui", "patterns"],
"scripts": {
"start": "node server"
},
"engines": {
"node": ">= 0.10.21",
"npm": "1.3.x"
},
"dependencies": {
"express": "3.0.3",
"ejs": "*",
"node-sass": "*",
"grunt-lib-contrib": "~0.6.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-watch": "~0.5.3"
},
"support": {
"issues": "https://github.com/cjdsie/pattern-portfolio/issues/"
},
"repository": {
"type" : "git",
"url" : "https://github.com/cjdsie/pattern-portfolio.git"
},
"license": "http://chrisdasie.mit-license.org"
}