Sha256: af4bd7303679e236ed220af395d4317940a898c047faf0390736a8758ab4d111

Contents?: true

Size: 779 Bytes

Versions: 5

Compression:

Stored size: 779 Bytes

Contents

{
  "name":         "hello_world",
  "version":      "2.0.0",
  "bpm":          "0.1.0",

  "description":  "DESCRIPTION HERE",
  "author":       "YOUR NAME HERE",
  "homepage":     "URL",

  "directories": {
    "lib":        ["./lib", "./lib2"],
    "test":       "./tests",
    "custom":     "./custom_dir",
    "different":  "./another"
  },

  "dependencies": {
    "spade":    "0.5.0",
    "core-test": "0.4.9"
  },

  "dependencies:development": {
    "custom_generator": "1.0",
    "jquery":  "1.4.3"
  },
  
  "bpm:build": {
    
    "hello_world/bpm_libs.js": {
      "files": ["lib", "custom", "different/one.js"]
    },
    
    "hello_world/bpm_styles.css": {
      "files": ["css"]
    },
    
    "hello_world/bpm_tests.js": {
      "files": ["test"]
    }
  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bpm-1.0.0 spec/fixtures/projects/hello_world/hello_world.json
bpm-1.0.0.rc.4 spec/fixtures/projects/hello_world/hello_world.json
bpm-1.0.0.rc.3 spec/fixtures/projects/hello_world/hello_world.json
bpm-1.0.0.rc.2 spec/fixtures/projects/hello_world/hello_world.json
bpm-1.0.0.rc.1 spec/fixtures/projects/hello_world/hello_world.json