UNPKG

418 BJSONView Raw
1{
2 "name" : "vimeo",
3 "description" : "Node.js module for the vimeo api.",
4 "version" : "0.1.3",
5 "author" : "Craig Rogers <hello@crai.gr>",
6 "main": "./index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/twentyrogersc/vimeo.git"
10 },
11 "devDependencies": {
12 "mocha": "*",
13 "should": "*"
14 },
15 "scripts": {
16 "test": "make test"
17 },
18 "engines": {
19 "node": ">= 0.6.0"
20 }
21}
\No newline at end of file