-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 883 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
{
"name": "amp-example-passthrough-config",
"version": "1.0.0",
"description": "Example of configuring a server to deliver a modified remote configuration for amp analytics",
"main": "test.js",
"dependencies": {
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"request": "^2.78.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DanWilkerson/amp-config-example"
},
"keywords": [
"amp",
"google",
"analytics",
"google",
"tag",
"manager",
"remote",
"config"
],
"author": "Dan Wilkerson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanWilkerson/amp-config-example/issues"
},
"homepage": "https://github.com/DanWilkerson/amp-config-example"
}