-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.no_package.json
66 lines (66 loc) · 1.6 KB
/
.no_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
58
59
60
61
62
63
64
65
66
{
"name": "pipes2api",
"version": "0.0.1",
"description": "Compile Yahoo! Pipes to Javascript, put them on Lambda, and set up an API gateway.",
"author": {
"name": "Rich Jones",
"email": "[email protected]"
},
"preferGlobal": "false",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "http://github.com/neyric/pipes2js.git"
},
"bin": {
"pipes2js": "./cli/pipes2js.js"
},
"dependencies": {
"async": "0.1.22",
"xml2js-expat": "0.2.2",
"request": "2.11.4",
"htmlparser": "1.7.6",
"strftime": "0.4.7",
"jsdom": "0.2.19"
},
"devDependencies": {
"vows": "0.6.4"
},
"scripts": {
"test": "vows --spec modules/*/test.js tests/*"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/neyric/pipes2js/master/LICENSE.txt"
}
],
"gitHead": "596bb2d7d2aed24c010be51499687b67c3ea75c2",
"bugs": {
"url": "https://github.com/neyric/pipes2js/issues"
},
"homepage": "https://github.com/neyric/pipes2js",
"_id": "[email protected]",
"_shasum": "e8f6eb0a91ecb8a1b991ace5fdff8968abf2fcf4",
"_from": "pipes2js@*",
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "neyric",
"email": "[email protected]"
},
"dist": {
"shasum": "e8f6eb0a91ecb8a1b991ace5fdff8968abf2fcf4",
"tarball": "http://registry.npmjs.org/pipes2js/-/pipes2js-0.0.1.tgz"
},
"maintainers": [
{
"name": "neyric",
"email": "[email protected]"
}
],
"_resolved": "https://registry.npmjs.org/pipes2js/-/pipes2js-0.0.1.tgz"
}