-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 828 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 828 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
{
"name": "poster",
"version": "0.1.0",
"description": "EventEmitter style API for communicating with iframes and web workers",
"main": "./lib/poster.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha-phantomjs ./test/runner.html"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinb7/poster.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinb7/poster/issues"
},
"homepage": "https://github.com/kevinb7/poster",
"devDependencies": {
"browserify": "^8.0.3",
"expect.js": "^0.3.1",
"gulp-6to5": "^2.0.0",
"mocha": "^2.0.1",
"mocha-phantomjs": "^3.5.1",
"phantomjs": "^1.9.12",
"tsbuild": "git://github.com/kevinb7/tsbuild",
"vinyl-source-stream": "^1.0.0"
}
}