-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 867 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 867 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
28
29
30
31
32
33
34
35
36
37
{
"name": "dmanzer",
"version": "1.0.0",
"description": "professional site",
"main": "index.html",
"dependencies": {
"negotiator": "^0.6.1"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-connect": "^5.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-parallel": "^0.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmanzer2/dminfo.github.io.git"
},
"keywords": [
"design",
"and",
"front",
"end",
"development"
],
"author": "David Manzer",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmanzer2/dminfo.github.io/issues"
},
"homepage": "https://github.com/dmanzer2/dminfo.github.io#readme"
}