-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 897 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
{
"name": "local-tld",
"version": "4.0.0",
"description": "Maintain a TLD on localhost for all your projects.",
"main": "bin/local-tld-service",
"dependencies": {
"dnsserver": "https://github.com/sstephenson/dnsserver.js/archive/library.tar.gz",
"watchfd": "~0.0.9",
"http-proxy": "~0.8.7"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.6.4",
"grunt-semantic-release": "~0.2.1"
},
"scripts": {
"postinstall": "./bin/local-tld-setup",
"preuninstall": "./bin/local-tld-uninstall",
"test": "grunt test --verbose"
},
"repository": "https://github.com:hoodiehq/local-tld",
"homepage": "https://github.com/hoodiehq/local-tld",
"keywords": [
"tld",
"pow"
],
"os": ["darwin"],
"preferGlobal": true,
"author": "Jan Lehnardt <jan@apache.org>",
"license": "Apache 2.0",
"readmeFilename": "README.md"
}