norma-meteor-load

0.2.3 • Public • Published

norma-meteor-load

Quick sample of config:

"meteor-load": {
  "src": "test/**/*",
  "dest": "out",
  "version": "0.0.1",
  "org": "newspring",
  "name": "core",
  "summary": "test summary",
  "package": {
    "versionsFrom": "1.0.3.1",
    "use": {
      "coffeescript": "both"
    },
    "imply": {
      "test": "server"
    },
    "export": {
      "foo": "server"
    },
    "npm": {
      "moment": "2.8.3"
    },
    "cordova": {
      "org.apache.cordova.camera": "0.3.0"
    }
  },
  "test": {
    "tinytest@1.0.0": "both"
  }

}

More info to come!

Readme

Keywords

Package Sidebar

Install

npm i norma-meteor-load

Weekly Downloads

1

Version

0.2.3

License

none

Last publish

Collaborators

  • jbaxleyiii
  • newspring