-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "iframe-overlay",
"version": "0.1.4",
"description": "iframe-overlay",
"main": "./lib/iframe-overlay.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/testee test/runner.html --browsers firefox"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinb7/iframe-overlay.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinb7/iframe-overlay/issues"
},
"homepage": "https://github.com/kevinb7/iframe-overlay",
"dependencies": {
"poster": "git://github.com/kevinb7/poster.git",
"eventsim": "git://github.com/kevinb7/eventsim.git",
"basic-ds": "git://github.com/kevinb7/basic-ds"
},
"devDependencies": {
"6to5ify": "^3.1.0",
"browserify": "^8.0.3",
"expect.js": "^0.3.1",
"gulp-6to5": "^2.0.0",
"jquery": "^2.1.1",
"mocha": "^2.0.1",
"mocha-phantomjs": "^3.5.1",
"phantomjs": "^1.9.12",
"testee": "^0.1.7",
"vinyl-source-stream": "^1.0.0"
}
}