forked from nwbb/node-brightcove
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 757 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 757 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
{
"name": "brightcove",
"description": "node.js implementation of Brightcove APIs",
"keywords": [ "brightcove", "video", "media api", "api"],
"maintainers": "nwbb <nwebb1@gmail.com>",
"author": "Nick Webb <nwebb1@gmail.com>",
"homepage": "https://github.com/nwbb/node-brightcove",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/nwbb/node-brightcove.git"
},
"bugs": { "url": "https://github.com/nwbb/node-brightcove/issues" },
"main": "./index.js",
"scripts": {
"test": "vows --spec"
},
"dependencies": {
"jsuri": ">=1.2.2"
},
"devDependencies": {
"vows": ">=0.6.1"
},
"engines": {
"node": ">=0.8.x"
}
}