Skip to content

Commit

Permalink
added missing folders to package
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrzeciaknubisa committed Jan 14, 2016
1 parent 6eb87e2 commit 1fccbe7
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 2 deletions.
167 changes: 165 additions & 2 deletions io.jxcore.node.jxp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.jxcore.node",
"version": "0.1.0",
"version": "0.1.1",
"author": "JXcore Contributors",
"description": "JXCore Cordova plugin to run node apps on mobile",
"company": "JXcore",
Expand Down Expand Up @@ -47,9 +47,132 @@
"sample/express_sample/www/jxcore/app.js",
"sample/express_sample/www/jxcore/package.json",
"sample/express_sample/www/jxcore/utilities.js",
"sample/photos_sqlite_sample/gulpfile.js",
"sample/photos_sqlite_sample/package.json",
"sample/photos_sqlite_sample/www/index.js",
"sample/photos_sqlite_sample/www/jquery/jquery.js",
"sample/photos_sqlite_sample/www/jxcore/app.js",
"sample/photos_sqlite_sample/www/jxcore/package.json",
"sample/photos_sqlite_sample/www/slick/slick.js",
"sample/www/jxcore/app.js",
"sample/www/jxcore/node_modules/json-nice/index.js",
"sample/www/jxcore/node_modules/json-nice/package.json",
"test/jxcore/Gruntfile.js",
"test/jxcore/app.js",
"test/jxcore/clientscripts/exports.js",
"test/jxcore/dist/bundle.js",
"test/jxcore/dist/superagent.js",
"test/jxcore/package.json",
"test/jxcore/stash/cookie-parser.js",
"test/jxcore/stash/express/Route.js",
"test/jxcore/stash/express/Router.js",
"test/jxcore/stash/express/app.all.js",
"test/jxcore/stash/express/app.del.js",
"test/jxcore/stash/express/app.engine.js",
"test/jxcore/stash/express/app.head.js",
"test/jxcore/stash/express/app.js",
"test/jxcore/stash/express/app.listen.js",
"test/jxcore/stash/express/app.locals.js",
"test/jxcore/stash/express/app.options.js",
"test/jxcore/stash/express/app.param.js",
"test/jxcore/stash/express/app.render.js",
"test/jxcore/stash/express/app.request.js",
"test/jxcore/stash/express/app.response.js",
"test/jxcore/stash/express/app.route.js",
"test/jxcore/stash/express/app.router.js",
"test/jxcore/stash/express/app.routes.error.js",
"test/jxcore/stash/express/app.use.js",
"test/jxcore/stash/express/config.js",
"test/jxcore/stash/express/exports.js",
"test/jxcore/stash/express/middleware.basic.js",
"test/jxcore/stash/express/regression.js",
"test/jxcore/stash/express/req.accepts.js",
"test/jxcore/stash/express/req.acceptsCharset.js",
"test/jxcore/stash/express/req.acceptsCharsets.js",
"test/jxcore/stash/express/req.acceptsEncoding.js",
"test/jxcore/stash/express/req.acceptsEncodings.js",
"test/jxcore/stash/express/req.acceptsLanguage.js",
"test/jxcore/stash/express/req.acceptsLanguages.js",
"test/jxcore/stash/express/req.baseUrl.js",
"test/jxcore/stash/express/req.fresh.js",
"test/jxcore/stash/express/req.get.js",
"test/jxcore/stash/express/req.host.js",
"test/jxcore/stash/express/req.hostname.js",
"test/jxcore/stash/express/req.ip.js",
"test/jxcore/stash/express/req.ips.js",
"test/jxcore/stash/express/req.is.js",
"test/jxcore/stash/express/req.param.js",
"test/jxcore/stash/express/req.path.js",
"test/jxcore/stash/express/req.protocol.js",
"test/jxcore/stash/express/req.query.js",
"test/jxcore/stash/express/req.range.js",
"test/jxcore/stash/express/req.route.js",
"test/jxcore/stash/express/req.secure.js",
"test/jxcore/stash/express/req.signedCookies.js",
"test/jxcore/stash/express/req.stale.js",
"test/jxcore/stash/express/req.subdomains.js",
"test/jxcore/stash/express/req.xhr.js",
"test/jxcore/stash/express/res.append.js",
"test/jxcore/stash/express/res.attachment.js",
"test/jxcore/stash/express/res.clearCookie.js",
"test/jxcore/stash/express/res.cookie.js",
"test/jxcore/stash/express/res.download.js",
"test/jxcore/stash/express/res.format.js",
"test/jxcore/stash/express/res.get.js",
"test/jxcore/stash/express/res.json.js",
"test/jxcore/stash/express/res.jsonp.js",
"test/jxcore/stash/express/res.links.js",
"test/jxcore/stash/express/res.locals.js",
"test/jxcore/stash/express/res.location.js",
"test/jxcore/stash/express/res.redirect.js",
"test/jxcore/stash/express/res.render.js",
"test/jxcore/stash/express/res.send.js",
"test/jxcore/stash/express/res.sendFile.js",
"test/jxcore/stash/express/res.sendStatus.js",
"test/jxcore/stash/express/res.set.js",
"test/jxcore/stash/express/res.status.js",
"test/jxcore/stash/express/res.type.js",
"test/jxcore/stash/express/res.vary.js",
"test/jxcore/stash/express/support/env.js",
"test/jxcore/stash/express/support/tmpl.js",
"test/jxcore/stash/express/utils.js",
"test/jxcore/stash/index.js",
"test/jxcore/stash/mocha-supertest.js",
"test/jxcore/stash/superagent/client/serialize.js",
"test/jxcore/stash/superagent/client/xdomain.js",
"test/jxcore/stash/superagent/node/agency.js",
"test/jxcore/stash/superagent/node/basic-auth.js",
"test/jxcore/stash/superagent/node/basic.js",
"test/jxcore/stash/superagent/node/content-type.js",
"test/jxcore/stash/superagent/node/exports.js",
"test/jxcore/stash/superagent/node/fixtures/user.json",
"test/jxcore/stash/superagent/node/flags.js",
"test/jxcore/stash/superagent/node/form.js",
"test/jxcore/stash/superagent/node/https.js",
"test/jxcore/stash/superagent/node/image.js",
"test/jxcore/stash/superagent/node/incoming-multipart.js",
"test/jxcore/stash/superagent/node/inflate.js",
"test/jxcore/stash/superagent/node/json.js",
"test/jxcore/stash/superagent/node/multipart.js",
"test/jxcore/stash/superagent/node/network-error.js",
"test/jxcore/stash/superagent/node/not-modified.js",
"test/jxcore/stash/superagent/node/parsers.js",
"test/jxcore/stash/superagent/node/pipe-redirect.js",
"test/jxcore/stash/superagent/node/pipe.js",
"test/jxcore/stash/superagent/node/query.js",
"test/jxcore/stash/superagent/node/redirects-other-host.js",
"test/jxcore/stash/superagent/node/redirects.js",
"test/jxcore/stash/superagent/node/response-readable-stream.js",
"test/jxcore/stash/superagent/node/timeout.js",
"test/jxcore/stash/superagent/node/toError.js",
"test/jxcore/stash/superagent/node/user-agent.js",
"test/jxcore/stash/superagent/node/utils.js",
"test/jxcore/stash/supertest.js",
"test/jxcore/stash/test.js",
"test/jxcore/stash/twoservers.js",
"test/jxcore/test/superagent-client.js",
"test/jxcore/test/superagent-server.js",
"test/jxcore/test/superagent-shared.js",
"www/jxcore.js"
],
"assets": [
Expand Down Expand Up @@ -486,6 +609,18 @@
"sample/express_sample/www/index.html",
"sample/express_sample/www/js/jquery.mobile-1.4.5.min.map",
"sample/express_sample/www/jxcore/Install_modules.md",
"sample/photos_sqlite_sample/README.md",
"sample/photos_sqlite_sample/config.xml",
"sample/photos_sqlite_sample/screens/android.png",
"sample/photos_sqlite_sample/www/index.css",
"sample/photos_sqlite_sample/www/index.html",
"sample/photos_sqlite_sample/www/slick/ajax-loader.gif",
"sample/photos_sqlite_sample/www/slick/fonts/slick.eot",
"sample/photos_sqlite_sample/www/slick/fonts/slick.svg",
"sample/photos_sqlite_sample/www/slick/fonts/slick.ttf",
"sample/photos_sqlite_sample/www/slick/fonts/slick.woff",
"sample/photos_sqlite_sample/www/slick/slick-theme.css",
"sample/photos_sqlite_sample/www/slick/slick.css",
"sample/www/index.html",
"sample/www/jxcore/node_modules/json-nice/README.md",
"src/android/AndroidManifest.xml",
Expand Down Expand Up @@ -520,7 +655,35 @@
"src/ios/JXcoreExtension.h",
"src/ios/JXcoreExtension.m",
"src/ios/Reachability.h",
"src/ios/Reachability.m"
"src/ios/Reachability.m",
"test/LICENSE",
"test/README.md",
"test/index.html",
"test/jxcore/Install_modules.md",
"test/jxcore/index.html",
"test/jxcore/stash/express/fixtures/% of dogs.txt",
"test/jxcore/stash/express/fixtures/blog/index.html",
"test/jxcore/stash/express/fixtures/blog/post/index.tmpl",
"test/jxcore/stash/express/fixtures/default_layout/name.tmpl",
"test/jxcore/stash/express/fixtures/default_layout/user.tmpl",
"test/jxcore/stash/express/fixtures/email.tmpl",
"test/jxcore/stash/express/fixtures/local_layout/user.tmpl",
"test/jxcore/stash/express/fixtures/name.tmpl",
"test/jxcore/stash/express/fixtures/name.txt",
"test/jxcore/stash/express/fixtures/user.html",
"test/jxcore/stash/express/fixtures/user.tmpl",
"test/jxcore/stash/express/mocha.opts",
"test/jxcore/stash/public/index.html",
"test/jxcore/stash/superagent/node/fixtures/cert.pem",
"test/jxcore/stash/superagent/node/fixtures/key.pem",
"test/jxcore/stash/superagent/node/fixtures/new.cert.cert",
"test/jxcore/stash/superagent/node/fixtures/new.cert.key",
"test/jxcore/stash/superagent/node/fixtures/new.ssl.csr",
"test/jxcore/stash/superagent/node/fixtures/privkey.pem",
"test/jxcore/stash/superagent/node/fixtures/test.png",
"test/jxcore/stash/superagent/node/fixtures/user.html",
"test/jxcore/stash/superagent/node/fixtures/user.txt",
"test/plugin.xml"
],
"preInstall": null,
"library": true,
Expand Down
3 changes: 3 additions & 0 deletions sample/photos_sqlite_sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
},
"scripts": {
"run-android": "./node_modules/.bin/gulp run-android"
},
"jxc": {
"plugins": ["cordova-plugin-camera"]
}
}

0 comments on commit 1fccbe7

Please sign in to comment.