-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 781 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 781 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
28
29
30
31
32
33
34
{
"name": "common-vimeo",
"version": "1.0.1",
"description": "simple wrapper over the Vimeo JavaScript API",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:compedit/common-vimeo.git"
},
"keywords": [
"vimeo",
"wrapper",
"embed",
"common"
],
"author": "troy betz <troybetz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/compedit/common-vimeo/issues"
},
"homepage": "https://github.com/compedit/common-vimeo",
"dependencies": {
"require-sdk": "0.0.2"
},
"devDependencies": {
"autoprefixer": "^4.0.0",
"browserify": "^7.0.0",
"http-server": "^0.7.4",
"mocha": "^2.0.1",
"proxyquireify": "^1.1.0",
"sinon": "^1.12.1",
"watchify": "^2.1.1"
}
}