-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
executable file
·29 lines (29 loc) · 820 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
{
"name": "web",
"version": "0.0.0",
"description": "Sources for NicholasArmstrong.com",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/ndrarmstrong/web.git"
},
"author": "Nicholas Armstrong",
"bugs": {
"url": "https://github.com/ndrarmstrong/web/issues"
},
"homepage": "https://github.com/ndrarmstrong/web",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^1.0.1",
"grunt-subgrunt": "^1.3.0",
"load-grunt-tasks": "^0.6.0"
}
}