-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-KtX1jlRHgwH2J81q6uXx1c0vfUo=",
"_location": "/pubsubhubbub",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "pubsubhubbub",
"escapedName": "pubsubhubbub",
"rawSpec": "0.4.1",
"saveSpec": null,
"fetchSpec": "0.4.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/pubsubhubbub/-/pubsubhubbub-0.4.1.tgz",
"_shasum": "2ad5f58e54478301f627cd6aeae5f1d5cd2f7d4a",
"_spec": "[email protected]",
"_where": "C:\\coldkey\\hotkey-webapp",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/andris9/pubsubhubbub/issues"
},
"bundleDependencies": false,
"dependencies": {
"request": "^2.55.0"
},
"deprecated": false,
"description": "PubSubHubbub subscriber",
"devDependencies": {
"chai": "^2.2.0",
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.4"
},
"homepage": "http://github.com/andris9/pubsubhubbub",
"license": "MIT",
"main": "src/pubsubhubbub.js",
"name": "pubsubhubbub",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/andris9/pubsubhubbub.git"
},
"scripts": {
"test": "grunt"
},
"version": "0.4.1"
}