UNPKG

801 BJSONView Raw
1{
2 "name": "oceanifier",
3 "description": "Toolkit built around oceanify that helps component development.",
4 "version": "3.0.1",
5 "repository": {
6 "type": "git",
7 "url": "git@github.com:erzu/oceanifier.git"
8 },
9 "dependencies": {
10 "oceanify": "~3.0.0",
11 "bluebird": "~2.3.4",
12 "commander": "~2.3.0",
13 "connect": "~3.1.1",
14 "heredoc": "~1.3.0",
15 "serve-static": "~1.5.3"
16 },
17 "bin": {
18 "oceanify": "./bin/oceanify",
19 "oceanify-build": "./bin/oceanify-build",
20 "oceanify-deploy": "./bin/oceanify-deploy",
21 "oceanify-init": "./bin/oceanify-init",
22 "oceanify-ip": "./bin/oceanify-ip",
23 "oceanify-serve": "./bin/oceanify-serve"
24 },
25 "scripts": {
26 "patch-release": "npm version patch && npm publish && git push --follow-tags"
27 },
28 "license": "MIT"
29}