-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 992 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "GitHub-Site",
"version": "0.3.0",
"date": "05/26/2017",
"description": "Portal that shows my repositories",
"keywords": [
"Git",
"GitHub",
"Repository",
"Code",
"development",
"state",
"Arizona",
"ESRI",
"#MAGmaps"
],
"main": "index.js",
"author": "Vern Wolfley",
"homepage": "http://vwolfley.github.io/",
"contributors": [{
"name": "Vern Wolfley",
"twitter": "@vernwolfley",
}],
"private": true,
"dependencies": {},
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-cssmin": "2.2.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-cssc": "*",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "3.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-text-replace": "0.4.0",
"jshint-stylish-ex": "0.2.0",
"matchdep": "1.0.1",
"lodash": "4.17.4",
"jshint-stylish-ex": "*",
"normalize.css": ">=7.0.0"
},
"license": "MIT"
}