UNPKG

810 BJSONView Raw
1{
2 "name": "pogoify",
3 "version": "0.1.0",
4 "description": "browserify v2 plugin for PogoScript with support for mixed .js and .pogo files",
5 "main": "index.js",
6 "dependencies": {
7 "through": "~2.2.0",
8 "convert-source-map": "~0.2.1"
9 },
10 "peerDependencies": {
11 "pogo": ""
12 },
13 "devDependencies": {
14 "tap": "~0.4.0",
15 "browserify": "~2.4.0"
16 },
17 "scripts": {
18 "test": "tap test/*.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/featurist/pogoify.git"
23 },
24 "homepage": "https://github.com/featurist/pogoify",
25 "keywords": [
26 "pogo",
27 "browserify",
28 "v2",
29 "js",
30 "plugin",
31 "transform"
32 ],
33 "author": {
34 "name": "Josh Chisholm",
35 "email": "josh@featurist.co.uk",
36 "url": "http://featurist.co.uk"
37 },
38 "license": "MIT"
39}